nn::nex::DataStoreChangeMetaCompareParam Class

Syntax

class DataStoreChangeMetaCompareParam

Description

Class for indicating parameters that are comparison targets when changing metadata with compare and swap.

Member Functions

DataStoreChangeMetaCompareParam Constructor.
V ~DataStoreChangeMetaCompareParam Destructor.
Set References a value from the metadata and sets it.
SetComparisonFlag Sets the comparison flag.
GetComparisonFlag Gets the comparison flag.
SetName Sets the title.
GetName Gets the title.
SetAccessPermission Sets access permission.
GetAccessPermission Gets access permission.
SetUpdatePermission Sets update permissions.
GetUpdatePermission Gets update permissions.
SetPeriod Sets the number of valid days.
GetPeriod Gets the number of valid days.
SetTags Sets tags.
GetTags Gets tags.
SetMetaBinary Sets the binary data in the metadata.
GetMetaBinary Gets the binary data in the metadata.
SetDataType Sets the data type.
GetDataType Gets the data type.
SetDataStatus Sets the status.
GetDataStatus Gets the status.
SetReferredCount Sets the number of times data has been downloaded. This member will be removed and cannot be used.
GetReferredCount Gets the number of times data has been downloaded. This member will be removed and cannot be used.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a DataStoreChangeMetaCompareParam object.

Revision History

2012/12/27
Added functions to get and set the comparison values (GetDataType, GetReferredCount, GetDataStatus, SetDataType, SetReferredCount, and SetDataStatus).
2012/12/13
Initial version.

CONFIDENTIAL