Show / Hide Table of Contents

Class DistributionCut

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.

Inheritance
object
DistributionCut
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 DistributionCut : IDirectResponseSchema

Properties

DistributionFilter

A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.

Declaration
[JsonProperty("distributionFilter")]
public virtual string DistributionFilter { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Range

Range of values considered "good." For a one-sided range, set one bound to an infinite value.

Declaration
[JsonProperty("range")]
public virtual GoogleMonitoringV3Range Range { get; set; }
Property Value
Type Description
GoogleMonitoringV3Range

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX