Class Measure
A chart measure. Measures represent a measured property in your chart data such as rainfall in inches, number of units sold, revenue gained, etc.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class Measure : IDirectResponseSchema
Properties
AggregationFunction
Required. The aggregation function applied to the input column. This must not be set to "none" unless binning is disabled on the dimension. The aggregation function is used to group points on the dimension bins.
Declaration
[JsonProperty("aggregationFunction")]
public virtual AggregationFunction AggregationFunction { get; set; }
Property Value
Type | Description |
---|---|
AggregationFunction |
Column
Required. The column name within in the dataset used for the measure.
Declaration
[JsonProperty("column")]
public virtual string Column { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |