nn::nex::DataStoreLogicServerClient::DeleteObject Member Function

Syntax

virtual qBool DeleteObject(
     ProtocolCallContext * pContext,
     const qUnsignedInt64 & dataId
);

Parameters

Name Description
in pContext Call information.
in dataId The data_id for the data to be deleted.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Deletes data in storage.

The behavior is the same as using DataStoreDeleteParam. Only people who have update permissions for the data can delete the data. POST data with a specified data ID cannot be deleted from a client. Use DMAS to delete such data.

Revision History

2011/04/25
Added mention that only people who have deletion rights for the data can delete the data.
2011/01/27
Initial version.

CONFIDENTIAL