nn::nex::DataStoreConstants::DataFlag Enumerated Type

Syntax

enum DataFlag;

Value

Value Description
DATA_FLAG_NONE No setting.
DATA_FLAG_NEED_REVIEW Indicates that a data review is required by the operator.
DATA_FLAG_PERIOD_FROM_LAST_REFERRED Extends the period of validity when the data is referenced or updated. For more information about this specification, see the programming manual.
DATA_FLAG_USE_READ_LOCK Disabled
DATA_FLAG_USE_NOTIFICATION_ON_POST Notifies the recipient when the DataStoreClient::PostObject function is executed. The uploaded data can then be downloaded via SpotPass.
DATA_FLAG_USE_NOTIFICATION_ON_UPDATE Notifies the recipient when data that has already been uploaded is updated by the DataStoreClient::UpdateObject function. The updated data can then be downloaded via SpotPass. This feature can only be used on the Wii U.
DATA_FLAG_NOT_USE_FILESERVER Not usable.
DATA_FLAG_NEED_COMPLETION After the DataStoreClient::PostObject function completes, do not enable the data on the server until the DataStoreClient::CompleteSuspendedPostObject function is executed.

Description

Upload-related setting flag.

Revision History

2014/09/18
The DATA_FLAG_USE_NOTIFICATION_ON_UPDATE can now only be used on the Wii U. Previously it could not be used on any platform.
2013/07/31
DATA_FLAG_NOT_USE_FILESERVER can no longer be used because it is not usually specified.
2011/01/27
Initial version.

CONFIDENTIAL