nn::nex::DataStorePreparePostParam Class

Syntax

class DataStorePreparePostParam

Description

Represents parameters related to uploading data.

This class is the same as the DataStorePostParam class.

Member Functions

DataStorePreparePostParam Constructor.
V ~DataStorePreparePostParam Destructor.
SetSize Sets the size.
GetSize Gets the size.
SetName Sets the title.
GetName Gets the title.
SetDataType Sets the data type.
GetDataType Gets the data type.
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.
SetDataFlag Sets the settings flag.
GetDataFlag Gets the settings flag.
SetPeriod Sets the number of valid days.
GetPeriod Gets the number of valid days.
SetTags Sets tags.
GetTags Gets tags.
SetRatingSetting Initializes rating slot settings.
ClearRatingSetting Clears the setting in a rating slot.
AddRatingSetting Adds one rating slot.
GetRatingSetting Gets the initial settings for the rating slot.
SetMetaBinary Sets the binary data in the metadata.
GetMetaBinary Gets the binary data in the metadata.
SetPersistenceInitParam Sets the persistence information.
GetPersistenceInitParam Gets the persistence information.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a DataStorePreparePostParam object.

Revision History

2013/01/24
Added that it is the same as DataStorePostParam.
2012/05/30
The functions for associating data IDs (SetReferDataId, GetReferDataId) were made private.
2011/01/27
Initial version.

CONFIDENTIAL