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, which is part of the `Google.Cloud.Monitoring.V3` namespace and used within the `WindowsBasedSli.Types` for defining good value ranges in time series data."],["The `MetricRange` class is employed to determine if a window is considered good when the value 'x' of a single `TimeSeries` falls within the specified range `range.min \u003c= x \u003c= range.max`, requiring the `TimeSeries` to have a `ValueType` of `INT64` or `DOUBLE` and `MetricKind` of `GAUGE`."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending from the `Object` class, with additional inherited methods including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The latest version of this resource is 3.15.0, but many prior versions are listed back to 2.3.0, with the page content specifically describing version 2.5.0."],["The `MetricRange` class includes two constructors, one parameterless and another that takes a `WindowsBasedSli.Types.MetricRange` object, and it also has the two properties `Range`, which is a `Range` type and `TimeSeries`, which is a string type."]]],[]]