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 SourceNumFiniteBuckets
Must be greater than 0.
Declaration
public readonly int? NumFiniteBuckets
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Offset
Lower bound of the first bucket.
Declaration
public readonly double? Offset
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Width
Must be greater than 0.
Declaration
public readonly int? Width
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |