nn::nex::DataStoreConstants::DataStatus Enumerated Type

Syntax

enum DataStatus;

Value

Value Description
DATA_STATUS_NONE Normal state.
DATA_STATUS_PENDING Rating Pending
DATA_STATUS_REJECTED Rejected.

Description

The status of the data.

Data with DataStoreConstants::DATA_FLAG_NEED_REVIEW specified becomes DataStoreConstants::DATA_STATUS_PENDING after uploading. Data that does not have DataStoreConstants::DATA_FLAG_NEED_REVIEW specified becomes DataStoreConstants::DATA_STATUS_NONE after uploading. With DataStoreConstants::DATA_STATUS_PENDING and DataStoreConstants::DATA_STATUS_REJECTED, only the owner can access or update regardless of the privilege settings. With DataStoreConstants::DATA_STATUS_NONE, access and update permissions depend on the privilege settings.

Revision History

2012/01/26
Initial version.

CONFIDENTIAL