public sealed class DistributionCut : IMessage<DistributionCut>, IEquatable<DistributionCut>, IDeepCloneable<DistributionCut>, IBufferMessage, IMessage
A DistributionCut defines a TimeSeries and thresholds used for measuring
good service and total service. The TimeSeries must have ValueType =
DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE. The
computed good_service will be the estimated count of values in the
Distribution that fall within the specified min and max.
[[["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 `DistributionCut` class defines a `TimeSeries` and thresholds for measuring good and total service, specifically designed for `DISTRIBUTION` `ValueType` with `DELTA` or `CUMULATIVE` `MetricKind`."],["Version 3.15.0 is the latest version available, with historical versions listed down to 2.3.0 for reference in the `Google.Cloud.Monitoring.V3` namespace."],["The class `DistributionCut` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["It has two constructors, one with no parameters, and one with a parameter of type DistributionCut, in addition to two properties, `DistributionFilter` which is of string type, and `Range`, which is of `Range` type."],["The `DistributionFilter` property allows users to specify a monitoring filter for a `TimeSeries` that aggregates values, while the `Range` property allows users to define the range of values considered \"good\"."]]],[]]