nn::nex::DataStoreMetaInfo Class

Syntax

class DataStoreMetaInfo

Description

Represents metadata.

Member Functions

DataStoreMetaInfo Constructor. Creates invalid metadata.
V ~DataStoreMetaInfo Destructor.
GetDataId Gets the data ID.
GetOwnerId Gets the principal ID of the person who uploaded the data.
GetSize Gets the size.
GetName Gets the title.
GetDataType Gets the data type.
GetAccessPermission Gets access permission.
GetDeletePermission Gets update permissions. Using this function is not recommended.
GetUpdatePermission Gets update permissions.
GetCreatedTime Gets the upload date and time.
GetUpdatedTime Gets the date and time of the update.
GetPeriod Gets the number of valid days.
GetDataStatus Gets the status of the data.
GetReferredCount Gets the number of times data has been downloaded. This member will be removed and cannot be used.
GetReferDataId Gets the associated data ID.
GetDataFlag Gets the flags that are set for the upload.
GetReferredTime Gets the date and time when data was accessed. This member will be removed and cannot be used.
GetExpireTime Gets the expiration date.
GetTags Gets tags.
GetRating Gets the ratings information.
GetMetaBinary Gets the binary data in the metadata.
IsValid Checks whether this object is valid.
Trace Traces the content of a DataStoreMetaInfo object.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL