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 reference documentation for the `DistributionCut` class within the Google Cloud Monitoring v3 API, detailing its functionality and usage."],["The `DistributionCut` class is used to define a `TimeSeries` with specified thresholds for measuring good and total service, which requires a `ValueType` of `DISTRIBUTION` and either `MetricKind` of `DELTA` or `CUMULATIVE`."],["The `DistributionCut` class is implemented from several other classes, specifically, `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces."],["There are multiple versions of the `DistributionCut` class available, ranging from version 2.3.0 to the latest version 3.15.0."],["The class contains two properties, `DistributionFilter` (a string used for specifying a `TimeSeries`) and `Range` (to define the range of values considered \"good\"), alongside the constructors for a new `DistributionCut` object."]]],[]]