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 count of values x in the Distribution
such that range.min <= x < range.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 content focuses on the `DistributionCut` class within the `Google.Cloud.Monitoring.V3` namespace, outlining its various versions and functionalities."],["Version 3.15.0 is the latest available version of the `DistributionCut` class, while version 2.3.0 is also detailed, with many versions in between."],["`DistributionCut` defines a `TimeSeries` and thresholds for measuring service quality, requiring a `ValueType` of `DISTRIBUTION` and a `MetricKind` of either `DELTA` or `CUMULATIVE`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `DistributionCut` class include `DistributionFilter`, which specifies the `TimeSeries`, and `Range`, which defines the values considered \"good\"."]]],[]]