Lines Matching full:attributes
7 The following table describes the attributes of **AssetMap** for querying an asset.
10 …attributes starting with **DATA_LABEL** are custom asset attributes reserved for services. These a…
49 …the attributes of an asset in a group, see [Querying the Attributes of an Asset in a Group](asset-…
73 …YPE, asset.ReturnType.ALL); // Return all asset information, including attributes and asset plaint…
91 ### Querying Attributes of an Asset
93 Query attributes of asset **demo_alias**.
107 query.set(asset.Tag.RETURN_TYPE, asset.ReturnType.ATTRIBUTES); // Return only the attributes of the…
111 // Parse the attributes.
123 ### Querying Attributes of Assets
125 Query attributes of assets with tag 1 of **demo_label** and return a total of 10 records sorted by …
138 query.set(asset.Tag.RETURN_TYPE, asset.ReturnType.ATTRIBUTES); // Return only the attributes of the…
146 // Parse the attributes.