Show / Hide Table of Contents

Class Exponential

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

Properties

ETag

The ETag of the item.

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

GrowthFactor

Must be greater than 1.

Declaration
[JsonProperty("growthFactor")]
public virtual double? GrowthFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

NumFiniteBuckets

Must be greater than 0.

Declaration
[JsonProperty("numFiniteBuckets")]
public virtual int? NumFiniteBuckets { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Scale

Must be greater than 0.

Declaration
[JsonProperty("scale")]
public virtual double? Scale { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

IDirectResponseSchema
Back to top