Class DistributionCut
Inheritance
System.Object
DistributionCut
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class DistributionCut : IDirectResponseSchema
Properties
DistributionFilter
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
Declaration
[JsonProperty("distributionFilter")]
public virtual string DistributionFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
Declaration
[JsonProperty("range")]
public virtual GoogleMonitoringV3Range Range { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleMonitoringV3Range |