Class RatioPart
Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class RatioPart : IDirectResponseSchema
Properties
Aggregation
By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.
Declaration
[JsonProperty("aggregation")]
public virtual Aggregation Aggregation { get; set; }
Property Value
Type | Description |
---|---|
Aggregation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Required. The monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies the metric types, resources, and projects to query.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |