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-03-21 UTC."],[[["This webpage provides documentation for the `MetricRange` class within the Google Cloud Monitoring v3 API, specifically within the `WindowsBasedSli.Types` namespace."],["`MetricRange` defines a range where a time window is considered \"good\" if a single `TimeSeries` value falls between the specified minimum and maximum bounds, requiring `INT64` or `DOUBLE` `ValueType` and `GAUGE` `MetricKind`."],["The documentation covers multiple versions of the API, ranging from 2.3.0 up to the latest version, 3.15.0, with detailed links for each version."],["The `MetricRange` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties for `Range` and `TimeSeries`."],["The webpage provides information on the class' constructors, specifically the default constructor and a copy constructor, as well as inherited members, namespace, and assembly."]]],[]]