Show / Hide Table of Contents

Class RequestBasedSli

Service Level Indicators for which atomic units of service are counted directly.

Inheritance
object
RequestBasedSli
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class RequestBasedSli : IDirectResponseSchema

Properties

DistributionCut

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.

Declaration
[JsonProperty("distributionCut")]
public virtual DistributionCut DistributionCut { get; set; }
Property Value
Type Description
DistributionCut

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoodTotalRatio

good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

Declaration
[JsonProperty("goodTotalRatio")]
public virtual TimeSeriesRatio GoodTotalRatio { get; set; }
Property Value
Type Description
TimeSeriesRatio

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX