nn::nex::DataStoreLogicServerClient::GetMeta Member Function

Syntax

virtual qBool GetMeta(
     ProtocolCallContext * pContext,
     const DataStoreGetMetaParam & param,
     DataStoreMetaInfo * pMetaInfo
);

Parameters

Name Description
in pContext Call information.
in param Detailed information.
out pMetaInfo Obtained result.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

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.

Revision History

2011/04/25
Added statement that only people who have access rights to the data can get it.
2011/01/27
Initial version.

CONFIDENTIAL