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"]],[["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 \u003ccode\u003eDistributionCut\u003c/code\u003e class defines a \u003ccode\u003eTimeSeries\u003c/code\u003e and thresholds for measuring good and total service, specifically designed for \u003ccode\u003eDISTRIBUTION\u003c/code\u003e \u003ccode\u003eValueType\u003c/code\u003e with \u003ccode\u003eDELTA\u003c/code\u003e or \u003ccode\u003eCUMULATIVE\u003c/code\u003e \u003ccode\u003eMetricKind\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.15.0 is the latest version available, with historical versions listed down to 2.3.0 for reference in the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eDistributionCut\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, one with no parameters, and one with a parameter of type DistributionCut, in addition to two properties, \u003ccode\u003eDistributionFilter\u003c/code\u003e which is of string type, and \u003ccode\u003eRange\u003c/code\u003e, which is of \u003ccode\u003eRange\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistributionFilter\u003c/code\u003e property allows users to specify a monitoring filter for a \u003ccode\u003eTimeSeries\u003c/code\u003e that aggregates values, while the \u003ccode\u003eRange\u003c/code\u003e property allows users to define the range of values considered "good".\u003c/p\u003e\n"]]],[],null,[]]