Class GaugeView
A gauge chart shows where the current value sits within a pre-defined range. The upper and lower bounds should define the possible range of values for the scorecard's query (inclusive).
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class GaugeView : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LowerBound
The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.
Declaration
[JsonProperty("lowerBound")]
public virtual double? LowerBound { get; set; }
Property Value
Type | Description |
---|---|
double? |
UpperBound
The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.
Declaration
[JsonProperty("upperBound")]
public virtual double? UpperBound { get; set; }
Property Value
Type | Description |
---|---|
double? |