Class PieChartDataSet
Groups a time series query definition.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class PieChartDataSet : IDirectResponseSchema
Properties
Dimensions
A dimension is a structured label, class, or category for a set of measurements in your data.
Declaration
[JsonProperty("dimensions")]
public virtual IList<Dimension> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Measures
A measure is a measured value of a property in your data. For example, rainfall in inches, number of units sold, revenue gained, etc.
Declaration
[JsonProperty("measures")]
public virtual IList<Measure> Measures { get; set; }
Property Value
Type | Description |
---|---|
IList<Measure> |
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 |
SliceNameTemplate
Optional. A template for the name of the slice. This name will be displayed in the legend and the tooltip of the pie chart. It replaces the auto-generated names for the slices. For example, if the template is set to ${resource.labels.zone}, the zone's value will be used for the name instead of the default name.
Declaration
[JsonProperty("sliceNameTemplate")]
public virtual string SliceNameTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSeriesQuery
Required. The query for the PieChart. See, google.monitoring.dashboard.v1.TimeSeriesQuery.
Declaration
[JsonProperty("timeSeriesQuery")]
public virtual TimeSeriesQuery TimeSeriesQuery { get; set; }
Property Value
Type | Description |
---|---|
TimeSeriesQuery |