Class QuerySeriesRequest
QuerySeries holds all parameters of the Prometheus upstream API for querying series.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class QuerySeriesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
End
The end time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Declaration
[JsonProperty("end")]
public virtual string End { get; set; }
Property Value
Type | Description |
---|---|
string |
Start
The start time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.
Declaration
[JsonProperty("start")]
public virtual string Start { get; set; }
Property Value
Type | Description |
---|---|
string |