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 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."],[[["This webpage details the `DistributionCut` class within the `Google.Cloud.Monitoring.V3` namespace, which is used to define a `TimeSeries` and thresholds for measuring service quality."],["The latest version documented is 3.15.0, with a history of versions going back to 2.3.0, all related to the `DistributionCut` class."],["A `DistributionCut` requires a `TimeSeries` with a `ValueType` of `DISTRIBUTION` and a `MetricKind` of either `DELTA` or `CUMULATIVE`."],["The `DistributionCut` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DistributionCut` has two main properties, `DistributionFilter` which is a string used to filter for time series data, and `Range`, used to set a minimum and maximum good value for the service."]]],[]]