nn::nex::DataStoreChangeMetaParam::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 be added as metadata to the data being uploaded. If tags already have been set, they are deleted and overwritten by the tags specified by this function. This parameter specification is not required. The default is to leave this empty.

Revision History

2011/05/11
Initial version.

CONFIDENTIAL