:orphan: .. index:: pair: struct; tapi_memaslap_cfg_opt .. _doxid-structtapi__memaslap__cfg__opt: struct tapi_memaslap_cfg_opt ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Contents of memaslap configuration file. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_memaslap_cfg_opt { // fields size_t :ref:`key_len_min`; size_t :ref:`key_len_max`; size_t :ref:`value_len_min`; size_t :ref:`value_len_max`; double :ref:`set_share`; }; .. _details-structtapi__memaslap__cfg__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Contents of memaslap configuration file. Fields ------ .. index:: pair: variable; key_len_min .. _doxid-structtapi__memaslap__cfg__opt_1ab7b8d89b42081783cf197fdae3d006d3: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t key_len_min Key min length. Must be equal to or greater than 16. .. index:: pair: variable; key_len_max .. _doxid-structtapi__memaslap__cfg__opt_1afd2b2f4d4324eec15d70796f5915fd96: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t key_len_max Key max length. Must be equal to or less than 250. .. index:: pair: variable; value_len_min .. _doxid-structtapi__memaslap__cfg__opt_1adcb4500f309249cd237ac9f6794de28c: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t value_len_min Value min length. Must be equal to or greater than 1. .. index:: pair: variable; value_len_max .. _doxid-structtapi__memaslap__cfg__opt_1a801b993212127346f1ac67cc6d12a305: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t value_len_max Value max length. Must be equal to or less than 1M. .. index:: pair: variable; set_share .. _doxid-structtapi__memaslap__cfg__opt_1a744e065d3c0fbcbdc11ad4d09916efa9: .. ref-code-block:: cpp :class: doxyrest-title-code-block double set_share Share of set commands. Should be within range [0, 1].