Class TimeSeriesDescriptor
A descriptor for the labels and points in a time series.
Implements
Inherited Members
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> |