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 document outlines the `MetricRange` class, used to define ranges for evaluating the quality of time windows in Google Cloud Monitoring."],["The `MetricRange` class is part of the `Google.Cloud.Monitoring.V3` namespace and is implemented in the `Google.Cloud.Monitoring.V3.dll` assembly, with the most recent version being 3.15.0."],["The `MetricRange` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities in message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, a default one and one that accepts another `MetricRange` object for copying, and includes properties like `Range` and `TimeSeries` for configuring the evaluation criteria."],["The time series value provided to `MetricRange` must have `ValueType` set to either `INT64` or `DOUBLE`, and `MetricKind` set to `GAUGE`."]]],[]]