enum DataFlag;
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. |
Upload-related setting flag.
DATA_FLAG_USE_NOTIFICATION_ON_UPDATE
can now only be used on the Wii U. Previously it could not be used on any platform.DATA_FLAG_NOT_USE_FILESERVER
can no longer be used because it is not usually specified.
CONFIDENTIAL