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."],[[["The latest version of the `MetricRange` documentation is 3.15.0, with previous versions ranging down to 2.3.0."],["`MetricRange` is used to determine the quality of a window based on whether a `TimeSeries` value falls within a specified range (min \u003c= x \u003c max)."],["It is applicable to `TimeSeries` with `ValueType` set to `INT64` or `DOUBLE`, and `MetricKind` set to `GAUGE`."],["`MetricRange` is implemented through several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties for setting a range of acceptable values and specifying the `TimeSeries` to use for window quality evaluation."]]],[]]