Show / Hide Table of Contents

Class TimeSeriesDescriptor

A descriptor for the labels and points in a time series.

Inheritance
object
TimeSeriesDescriptor
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 TimeSeriesDescriptor : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LabelDescriptors

Descriptors for the labels.

Declaration
[JsonProperty("labelDescriptors")]
public virtual IList<LabelDescriptor> LabelDescriptors { get; set; }
Property Value
Type Description
IList<LabelDescriptor>

PointDescriptors

Descriptors for the point data value columns.

Declaration
[JsonProperty("pointDescriptors")]
public virtual IList<ValueDescriptor> PointDescriptors { get; set; }
Property Value
Type Description
IList<ValueDescriptor>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX