Class TableDataSet
Groups a time series query definition with table options.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class TableDataSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinAlignmentPeriod
Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals.
Declaration
[JsonProperty("minAlignmentPeriod")]
public virtual object MinAlignmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
object |
TableDisplayOptions
Optional. Table display options for configuring how the table is rendered.
Declaration
[JsonProperty("tableDisplayOptions")]
public virtual TableDisplayOptions TableDisplayOptions { get; set; }
Property Value
Type | Description |
---|---|
TableDisplayOptions |
TableTemplate
Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}."
Declaration
[JsonProperty("tableTemplate")]
public virtual string TableTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSeriesQuery
Required. Fields for querying time series data from the Stackdriver metrics API.
Declaration
[JsonProperty("timeSeriesQuery")]
public virtual TimeSeriesQuery TimeSeriesQuery { get; set; }
Property Value
Type | Description |
---|---|
TimeSeriesQuery |