virtual qBool GetMeta( ProtocolCallContext * pContext, const DataStoreGetMetaParam & param, DataStoreMetaInfo * pMetaInfo );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
in | param |
Detailed information. |
out | pMetaInfo | Obtained result. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Gets metadata in storage.
If you want to use this function to get tags, ratings information, binary data in the metadata, or principal IDs that have permissions, use the DataStoreGetMetaParam::SetResultOption
function to set the information you want to get. The default setting is not to get this information. Only people who have access rights to the data can get the data.
CONFIDENTIAL