public sealed class RequestBasedSli : IMessage<RequestBasedSli>, IEquatable<RequestBasedSli>, IDeepCloneable<RequestBasedSli>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class RequestBasedSli.
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 provided content details the `RequestBasedSli` class within the Google Cloud Monitoring v3 API, specifically within the .NET environment, which is used to define Service Level Indicators (SLIs) based on directly counted atomic units of service."],["The latest version documented is 3.15.0, and a list of previous versions ranging from 3.14.0 to 2.3.0 are available for review under the Google Cloud Monitoring V3 API."],["The `RequestBasedSli` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties within `RequestBasedSli` include `DistributionCut`, which is utilized when `good_service` is based on a count of values within a Distribution, and `GoodTotalRatio`, which is employed when `good_service` to `total_service` is computed from two TimeSeries."],["`RequestBasedSli` can be instantiated via two constructors: a default one (`RequestBasedSli()`) and one that takes another `RequestBasedSli` object as a parameter to copy it (`RequestBasedSli(RequestBasedSli other)`)."]]],[]]