Class WindowsBasedSli.Types.PerformanceThreshold (2.5.0)

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

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(WindowsBasedSli.Types.PerformanceThreshold)

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

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
WindowsBasedSli.Types.PerformanceThreshold.TypeOneofCase