Google Cloud Monitoring v3 API - Class WindowsBasedSli.Types.PerformanceThreshold (3.7.0)

public sealed class WindowsBasedSli.Types.PerformanceThreshold : IMessage<WindowsBasedSli.Types.PerformanceThreshold>, IEquatable<WindowsBasedSli.Types.PerformanceThreshold>, IDeepCloneable<WindowsBasedSli.Types.PerformanceThreshold>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class WindowsBasedSli.Types.PerformanceThreshold.

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

Inheritance

object > WindowsBasedSli.Types.PerformanceThreshold

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

PerformanceThreshold()

public PerformanceThreshold()

PerformanceThreshold(PerformanceThreshold)

public PerformanceThreshold(WindowsBasedSli.Types.PerformanceThreshold other)
Parameter
NameDescription
otherWindowsBasedSliTypesPerformanceThreshold

Properties

BasicSliPerformance

public BasicSli BasicSliPerformance { get; set; }

BasicSli to evaluate to judge window quality.

Property Value
TypeDescription
BasicSli

Performance

public RequestBasedSli Performance { get; set; }

RequestBasedSli to evaluate to judge window quality.

Property Value
TypeDescription
RequestBasedSli

Threshold

public double Threshold { get; set; }

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

Property Value
TypeDescription
double

TypeCase

public WindowsBasedSli.Types.PerformanceThreshold.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
WindowsBasedSliTypesPerformanceThresholdTypeOneofCase