asset_set

  • An Asset Set is a grouping of assets, and individual assets can be linked to it using AssetSetAsset.

  • You can use fields from linked resources like 'customer' in SELECT and WHERE clauses, but they won't segment metrics.

  • Each Asset Set has a unique ID and a resource name that follows a specific format: customers/{customer_id}/assetSets/{asset_set_id}.

  • Asset Set data including ID and resource name can be used for filtering, selection, and sorting in queries.

An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.

Attributed resources
customer

Fields from the above resources may be selected along with this resource in your SELECT and WHERE clauses. These fields will not segment metrics in your SELECT clause.

asset_set.id

Field descriptionThe ID of the asset set.
CategoryATTRIBUTE
Data TypeINT64
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

asset_set.resource_name

Field descriptionThe resource name of the asset set. Asset set resource names have the form: customers/{customer_id}/assetSets/{asset_set_id}
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse