Show / Hide Table of Contents

Class TableRangePartitioningRange

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

Fields

View Source

End

End of the range partitioning, exclusive.

Declaration
public readonly int End
Field Value
Type Description
System.Int32
View Source

Interval

The width of each range within the partition.

Declaration
public readonly int Interval
Field Value
Type Description
System.Int32
View Source

Start

Start of the range partitioning, inclusive.

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