public sealed class DistributionCut : IMessage<DistributionCut>, IEquatable<DistributionCut>, IDeepCloneable<DistributionCut>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DistributionCut.
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-04-09 UTC."],[[["The latest version available for `DistributionCut` within the Google Cloud Monitoring v3 API is 3.15.0, with numerous earlier versions also documented."],["`DistributionCut` is a class in the Google Cloud Monitoring v3 API used to define a `TimeSeries` and its thresholds for measuring good and total service, with the `TimeSeries` needing to have specific `ValueType` and `MetricKind` properties."],["The `DistributionCut` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`DistributionCut` has two constructors: a default constructor and a constructor that takes another `DistributionCut` object as a parameter, allowing for the creation of copies."],["Key properties of the `DistributionCut` class include `DistributionFilter`, which specifies the `TimeSeries` to be used, and `Range`, defining the range of values considered \"good\"."]]],[]]