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 document provides reference documentation for the `RequestBasedSli` class within the Google Cloud Monitoring v3 API, specifically in the .NET environment."],["The latest version available for the `RequestBasedSli` is 3.15.0, and versions down to 2.3.0 are listed."],["`RequestBasedSli` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message management."],["The class has two primary properties, `DistributionCut` and `GoodTotalRatio`, which are used to define how service level indicators are counted, either using distribution aggregation or time series ratios."],["The `RequestBasedSli` has two constructors, one default and one that takes in another `RequestBasedSli` object, and its namespace is defined as `Google.Cloud.Monitoring.V3` within the `Google.Cloud.Monitoring.V3.dll` assembly."]]],[]]