nn::nex::DataStoreChangeMetaParam Class

Syntax

class DataStoreChangeMetaParam

Description

Represents parameters related to changing metadata.

Member Functions

DataStoreChangeMetaParam Constructor.
V ~DataStoreChangeMetaParam Destructor.
SetDataId Sets the data ID.
GetDataId Gets the data ID.
SetModificationFlag Sets the modification flag.
GetModificationFlag Gets the modification flag.
SetName Sets the title.
GetName Gets the title.
SetAccessPermission Sets access permission.
GetAccessPermission Gets access permission.
SetDeletePermission Sets update permissions. Using this function is not recommended.
GetDeletePermission Gets update permissions. Using this function is not recommended.
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.
SetUpdatePassword Sets an update password.
GetUpdatePassword Gets an update password.
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.
SetChangeMetaCompareParam Sets the expected value for comparison to be changed with compare and swap.
GetChangeMetaCompareParam Gets the expected value for comparison to be used with compare and swap.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a DataStoreChangeMetaParam object.

Revision History

2012/12/27
Added functions to get and set the values to change (GetDataType, GetReferredCount, GetDataStatus, SetDataType, SetReferredCount, and SetDataStatus).
2012/12/10
Added the functions for changing with compare and swap (SetChangeMetaCompareParam and GetChangeMetaCompareParam).
2011/01/27
Initial version.

CONFIDENTIAL