Fleet Metric Args
data class FleetMetricArgs(val aggregationField: Output<String>? = null, val aggregationType: Output<FleetMetricAggregationTypeArgs>? = null, val description: Output<String>? = null, val indexName: Output<String>? = null, val metricName: Output<String>? = null, val period: Output<Int>? = null, val queryString: Output<String>? = null, val queryVersion: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val unit: Output<String>? = null) : ConvertibleToJava<FleetMetricArgs>
An aggregated metric of certain devices in your fleet
Constructors
Link copied to clipboard
constructor(aggregationField: Output<String>? = null, aggregationType: Output<FleetMetricAggregationTypeArgs>? = null, description: Output<String>? = null, indexName: Output<String>? = null, metricName: Output<String>? = null, period: Output<Int>? = null, queryString: Output<String>? = null, queryVersion: Output<String>? = null, tags: Output<List<TagArgs>>? = null, unit: Output<String>? = null)
Properties
Link copied to clipboard
The aggregation field to perform aggregation and metric emission
Link copied to clipboard
The type of the aggregation query.
Link copied to clipboard
The description of a fleet metric
Link copied to clipboard
The name of the fleet metric
Link copied to clipboard
The Fleet Indexing query used by a fleet metric
Link copied to clipboard
The version of a Fleet Indexing query used by a fleet metric