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 `WindowsBasedSli.Types.MetricRange` class within the Google Cloud Monitoring v3 API for .NET."],["`MetricRange` is used to define a range within which a `TimeSeries` value is considered \"good,\" allowing for evaluation of window quality based on whether a single TimeSeries' value falls between a min and max range."],["The `MetricRange` class can be implemented using IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and has constructors for default and copy instance creation."],["The `MetricRange` class has properties called `Range`, which is used to determine the range of good values, and `TimeSeries`, which is used as a filter for monitoring a specific `TimeSeries`."],["The documentation provides links to various versions of the `Google.Cloud.Monitoring.V3` API, ranging from version 2.3.0 to 3.15.0, with 3.15.0 being the latest."]]],[]]