Show / Hide Table of Contents

Class MetricBucketOptionsLinearBuckets

Inheritance
System.Object
MetricBucketOptionsLinearBuckets
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 MetricBucketOptionsLinearBuckets

Fields

View Source

NumFiniteBuckets

Must be greater than 0.

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

Offset

Lower bound of the first bucket.

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

Width

Must be greater than 0.

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