Show / Hide Table of Contents

Class MetricRange

Inheritance
System.Object
MetricRange
Implements
IDirectResponseSchema
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 MetricRange : IDirectResponseSchema

Properties

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

TimeSeries

A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.

Declaration
[JsonProperty("timeSeries")]
public virtual string TimeSeries { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top