Show / Hide Table of Contents

Class PointData

A point's value columns and time interval. Each point has one or more point values corresponding to the entries in point_descriptors field in the TimeSeriesDescriptor associated with this object.

Inheritance
object
PointData
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.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class PointData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

TimeInterval

The time interval associated with the point.

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

Values

The values that make up the point.

Declaration
[JsonProperty("values")]
public virtual IList<TypedValue> Values { get; set; }
Property Value
Type Description
IList<TypedValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX