public sealed class WindowsBasedSli.Types.PerformanceThreshold : IMessage<WindowsBasedSli.Types.PerformanceThreshold>, IEquatable<WindowsBasedSli.Types.PerformanceThreshold>, IDeepCloneable<WindowsBasedSli.Types.PerformanceThreshold>, IBufferMessage, IMessageReference 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.
Implements
IMessageWindowsBasedSliTypesPerformanceThreshold, IEquatableWindowsBasedSliTypesPerformanceThreshold, IDeepCloneableWindowsBasedSliTypesPerformanceThreshold, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
PerformanceThreshold()
public PerformanceThreshold()PerformanceThreshold(PerformanceThreshold)
public PerformanceThreshold(WindowsBasedSli.Types.PerformanceThreshold other)| Parameter | |
|---|---|
| Name | Description |
other |
WindowsBasedSliTypesPerformanceThreshold |
Properties
BasicSliPerformance
public BasicSli BasicSliPerformance { get; set; }BasicSli to evaluate to judge window quality.
| Property Value | |
|---|---|
| Type | Description |
BasicSli |
|
Performance
public RequestBasedSli Performance { get; set; }RequestBasedSli to evaluate to judge window quality.
| Property Value | |
|---|---|
| Type | Description |
RequestBasedSli |
|
Threshold
public double Threshold { get; set; }If window performance >= threshold, the window is counted as good.
| Property Value | |
|---|---|
| Type | Description |
double |
|
TypeCase
public WindowsBasedSli.Types.PerformanceThreshold.TypeOneofCase TypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
WindowsBasedSliTypesPerformanceThresholdTypeOneofCase |
|