Show / Hide Table of Contents

Class GoogleMonitoringV3Point

A single data point in a time series.

Inheritance
object
GoogleMonitoringV3Point
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleMonitoringV3Point : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Interval

The time interval to which the data point applies. For GAUGE metrics, the start time is optional, but if it is supplied, it must equal the end time. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.

Declaration
[JsonProperty("interval")]
public virtual GoogleMonitoringV3TimeInterval Interval { get; set; }
Property Value
Type Description
GoogleMonitoringV3TimeInterval

Value

The value of the data point.

Declaration
[JsonProperty("value")]
public virtual GoogleMonitoringV3TypedValue Value { get; set; }
Property Value
Type Description
GoogleMonitoringV3TypedValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX