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 latest version of `DistributionCut` is 3.15.0, while the current version detailed on this page is 2.5.0, with several other versions in between also listed."],["`DistributionCut` is a class that defines a `TimeSeries` and its thresholds for measuring good and total service."],["This class is part of the `Google.Cloud.Monitoring.V3` namespace and is implemented as a sealed class."],["`DistributionCut` objects utilize a monitoring filter to aggregate values, which must have `ValueType` set to `DISTRIBUTION` and `MetricKind` to either `DELTA` or `CUMULATIVE`."],["The class also contains properties that take strings as input, for example the `DistributionFilter`, and a `Range` property to specify the range of values considered \"good\"."]]],[]]