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

Syntax

virtual qBool DeleteObject(
     ProtocolCallContext * pContext,
     const qVector< qUnsignedInt64 > & dataIds,
     const qBool transactional = true,
     qVector< qResult > * pResults = NULL
);

Parameters

Name Description
in pContext Call information.
in dataIds The data_id for the data to be deleted.
in transactional Whether to process only if all will succeed (TRUE), or to process as much as possible. The process is canceled for data for which the process will fail. (FALSE).
out pResults Whether the call was successful. (Can be omitted.)

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Batch-deletes data in storage.

The behavior is the same as using DataStoreDeleteParam. Up to 100 sets of metadata can be batch-processed. The result of processing each data ID specified in dataIds is returned to pResult in the same order in which it was specified. pResult takes only that specified number of results. Only people who have update permissions for the data can batch-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