public sealed class MetricRange : IMessage<WindowsBasedSli.Types.MetricRange>, IEquatable<WindowsBasedSli.Types.MetricRange>, IDeepCloneable<WindowsBasedSli.Types.MetricRange>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage details the `MetricRange` class, which is part of the `Google.Cloud.Monitoring.V3` namespace and used to define a range of acceptable values for a single `TimeSeries`."],["The `MetricRange` class is implemented in the `Google.Cloud.Monitoring.V3.dll` assembly, with the latest version being 3.15.0 and version 2.4.0 being available in the content provided."],["The `MetricRange` class supports `ValueType` as either `INT64` or `DOUBLE` and `MetricKind` as `GAUGE` for the evaluated `TimeSeries`."],["The `MetricRange` class offers properties like `Range` which defines the inclusive minimum and maximum values, and `TimeSeries`, which is a monitoring filter to specify the `TimeSeries` for evaluating window quality."],["The `MetricRange` class can be instantiated with a default constructor or a constructor that takes an existing `WindowsBasedSli.Types.MetricRange` object for easy copying."]]],[]]