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-03-21 UTC."],[[["This webpage provides documentation for the `DistributionCut` class within the Google Cloud Monitoring v3 API for .NET, with the latest version being 3.15.0."],["`DistributionCut` defines a `TimeSeries` with thresholds to measure good and total service, requiring `ValueType = DISTRIBUTION` and `MetricKind = DELTA` or `CUMULATIVE`."],["The class offers constructors and properties such as `DistributionFilter` to specify the `TimeSeries` and `Range` to define good values."],["It provides links to documentation for multiple versions of the API, ranging from 2.3.0 to 3.15.0, allowing developers to reference specific release information."],["The `DistributionCut` class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]