Class QueryTimeSeriesResponse
The QueryTimeSeries response. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice (https://cloud.google.com/stackdriver/docs/deprecations/mql).
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class QueryTimeSeriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PartialErrors
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
Declaration
[JsonProperty("partialErrors")]
public virtual IList<Status> PartialErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<Status> |
TimeSeriesData
The time series data.
Declaration
[JsonProperty("timeSeriesData")]
public virtual IList<TimeSeriesData> TimeSeriesData { get; set; }
Property Value
Type | Description |
---|---|
IList<TimeSeriesData> |
TimeSeriesDescriptor
The descriptor for the time series data.
Declaration
[JsonProperty("timeSeriesDescriptor")]
public virtual TimeSeriesDescriptor TimeSeriesDescriptor { get; set; }
Property Value
Type | Description |
---|---|
TimeSeriesDescriptor |