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 SourceEnd
End of the range partitioning, exclusive.
Declaration
public readonly int End
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Interval
The width of each range within the partition.
Declaration
public readonly int Interval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Start
Start of the range partitioning, inclusive.
Declaration
public readonly int Start
Field Value
| Type | Description |
|---|---|
| System.Int32 |