Show / Hide Table of Contents

Class MetricBucketOptionsExponentialBuckets

Inheritance
System.Object
MetricBucketOptionsExponentialBuckets
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: Pulumi.Gcp.Logging.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class MetricBucketOptionsExponentialBuckets

Fields

View Source

GrowthFactor

Must be greater than 1.

Declaration
public readonly double? GrowthFactor
Field Value
Type Description
System.Nullable<System.Double>
View Source

NumFiniteBuckets

Must be greater than 0.

Declaration
public readonly int? NumFiniteBuckets
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Scale

Must be greater than 0.

Declaration
public readonly double? Scale
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.