nn::nex::DataStoreClient::TouchObject Member Function

Syntax

virtual qBool TouchObject(
     ProtocolCallContext * pContext,
     const DataStoreTouchObjectParam & param
);

Parameters

Name Description
in pContext Call information.
in param Detailed information.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Updates the expiration date of the data on the DataStore server.

Specify DataStoreConstants::DATA_FLAG_PERIOD_FROM_LAST_REFERRED when uploading data to update the expiration. Only people who have access rights to the data can update it. This member function will no longer be updated because the reference date and count will be removed.

Revision History

2013/08/01
Noted that this member function will no longer be updated because the reference date and count will be removed.
2011/08/30
Initial version.

CONFIDENTIAL