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 count of values x in the Distribution
such that range.min <= x < range.max.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe content focuses on the \u003ccode\u003eDistributionCut\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace, outlining its various versions and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.15.0 is the latest available version of the \u003ccode\u003eDistributionCut\u003c/code\u003e class, while version 2.3.0 is also detailed, with many versions in between.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDistributionCut\u003c/code\u003e defines a \u003ccode\u003eTimeSeries\u003c/code\u003e and thresholds for measuring service quality, requiring a \u003ccode\u003eValueType\u003c/code\u003e of \u003ccode\u003eDISTRIBUTION\u003c/code\u003e and a \u003ccode\u003eMetricKind\u003c/code\u003e of either \u003ccode\u003eDELTA\u003c/code\u003e or \u003ccode\u003eCUMULATIVE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDistributionCut\u003c/code\u003e class include \u003ccode\u003eDistributionFilter\u003c/code\u003e, which specifies the \u003ccode\u003eTimeSeries\u003c/code\u003e, and \u003ccode\u003eRange\u003c/code\u003e, which defines the values considered "good".\u003c/p\u003e\n"]]],[],null,[]]