:orphan: .. index:: pair: struct; tapi_storage_client .. _doxid-structtapi__storage__client: struct tapi_storage_client ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Generic structure which provides set of operations to work with a storage independently on back-end service. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_storage_client { // fields :ref:`tapi_storage_service_type` :ref:`type`; :ref:`rcf_rpc_server`* :ref:`rpcs`; const :ref:`tapi_storage_client_methods`* :ref:`methods`; :ref:`tapi_storage_auth_params` :ref:`auth`; void* :ref:`context`; }; .. _details-structtapi__storage__client: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Generic structure which provides set of operations to work with a storage independently on back-end service. Fields ------ .. index:: pair: variable; type .. _doxid-structtapi__storage__client_1a9a94b767d5a3e03b6595c452dd77d04d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_storage_service_type` type Type of client. .. index:: pair: variable; rpcs .. _doxid-structtapi__storage__client_1a6409180d338248fc01352a085237572b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_rpc_server`* rpcs RPC server handle. .. index:: pair: variable; methods .. _doxid-structtapi__storage__client_1a7652d0d545c471984d742133578cabaa: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_storage_client_methods`* methods Methods to operate the client. .. index:: pair: variable; auth .. _doxid-structtapi__storage__client_1ad0596a654ecb36b44dd8c169abf45d5b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_storage_auth_params` auth Authorization parameters. .. index:: pair: variable; context .. _doxid-structtapi__storage__client_1a74fcbd0e83899f84a3cd917979c01099: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* context Client context.