public sealed class WindowsBasedSli.Types.MetricRange : IMessage<WindowsBasedSli.Types.MetricRange>, IEquatable<WindowsBasedSli.Types.MetricRange>, IDeepCloneable<WindowsBasedSli.Types.MetricRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class WindowsBasedSli.Types.MetricRange.
A MetricRange is used when each window is good when the value x of a
single TimeSeries satisfies range.min <= x <= range.max. The provided
TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and
MetricKind = GAUGE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This documentation page covers the `WindowsBasedSli.Types.MetricRange` class within the Google Cloud Monitoring v3 API for .NET, detailing its usage in defining a range for window quality evaluation."],["The `MetricRange` class is used to determine if a window is considered \"good\" based on whether the value `x` of a `TimeSeries` falls within a specified range, where `range.min \u003c= x \u003c= range.max`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it supports message operations, value equality checks, deep cloning, and buffer management."],["The class contains properties for setting a `Range` of acceptable values and a `TimeSeries` filter, allowing users to configure the conditions for a \"good\" window based on their specific metric."],["The documentation also lists all the previous versions of this document, starting from version 2.3.0 to 3.15.0, and all the previous versions are accessible by links."]]],[]]