nn::nex::DataStorePreparePostParam::SetTags Member Function

Syntax

void SetTags(
     const qVector< String > & tags
);

Parameters

Name Description
in tags Tags that are added as metadata to the data being uploaded.

Return Values

None.

Description

Sets tags.

This function specifies tags to add as metadata to the data being uploaded. You can specify as many tags as DataStoreConstants::NUM_TAG_SLOT allows. See the programming manual to learn about the characters and the number of characters that can be specified as tags. This parameter specification is not required. The default is to leave this empty.

Revision History

2013/04/01
Changed the description about the number of tags.
2011/07/13
Initial version.

CONFIDENTIAL