Show / Hide Table of Contents

Class PerformanceThreshold

A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.

Inheritance
object
PerformanceThreshold
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.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class PerformanceThreshold : IDirectResponseSchema

Properties

BasicSliPerformance

BasicSli to evaluate to judge window quality.

Declaration
[JsonProperty("basicSliPerformance")]
public virtual BasicSli BasicSliPerformance { get; set; }
Property Value
Type Description
BasicSli

ETag

The ETag of the item.

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

Performance

RequestBasedSli to evaluate to judge window quality.

Declaration
[JsonProperty("performance")]
public virtual RequestBasedSli Performance { get; set; }
Property Value
Type Description
RequestBasedSli

Threshold

If window performance >= threshold, the window is counted as good.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX