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-17 UTC."],[[["The webpage provides documentation for the `DistributionCut` class within the Google Cloud Monitoring v3 API, which is used to define a `TimeSeries` and thresholds for measuring service quality."],["`DistributionCut` is implemented with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["The `DistributionCut` class includes two constructors: a default constructor `DistributionCut()` and a copy constructor `DistributionCut(DistributionCut other)`."],["The class contains two properties: `DistributionFilter`, a string that specifies the `TimeSeries` filter, and `Range`, which defines the range of values considered as good service."],["The page displays a list of older versions for the Google.Cloud.Monitoring.V3 API, ranging from version 3.15.0 (latest) down to version 2.3.0."]]],[]]