Show / Hide Table of Contents

Class Threshold

Defines a threshold for categorizing time series values.

Inheritance
object
Threshold
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class Threshold : IDirectResponseSchema

Properties

Color

The state color for this threshold. Color is not allowed in a XyChart.

Declaration
[JsonProperty("color")]
public virtual string Color { get; set; }
Property Value
Type Description
string

Direction

The direction for the current threshold. Direction is not allowed in a XyChart.

Declaration
[JsonProperty("direction")]
public virtual string Direction { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Label

A label for the threshold.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
string

TargetAxis

The target axis to use for plotting the threshold. Target axis is not allowed in a Scorecard.

Declaration
[JsonProperty("targetAxis")]
public virtual string TargetAxis { get; set; }
Property Value
Type Description
string

Value

The value of the threshold. The value should be defined in the native scale of the metric.

Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX