public sealed class RequestBasedSli : IMessage<RequestBasedSli>, IEquatable<RequestBasedSli>, IDeepCloneable<RequestBasedSli>, IBufferMessage, IMessage
Service Level Indicators for which atomic units of service are counted
directly.
public DistributionCut DistributionCut { get; set; }
distribution_cut is used when good_service is a count of values
aggregated in a Distribution that fall into a good range. The
total_service is the total count of all values aggregated in the
Distribution.
[[["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."],[[["The webpage details the `RequestBasedSli` class within the `Google.Cloud.Monitoring.V3` namespace, which is designed for service level indicators where service units are directly counted."],["The `RequestBasedSli` class has two primary properties: `DistributionCut`, which is used when good service is based on values within a range, and `GoodTotalRatio`, for cases where the service ratio is derived from two `TimeSeries`."],["This page provides documentation for the `RequestBasedSli` class, outlining its inheritance from `Object` and the various interfaces it implements, such as `IMessage` and `IEquatable`."],["The latest version of the `RequestBasedSli` class documentation available is 3.15.0, with multiple previous versions also accessible on the page, going back to version 2.3.0."]]],[]]