Class TableRangePartitioningRangeArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TableRangePartitioningRangeArgs : ResourceArgs
Constructors
View SourceTableRangePartitioningRangeArgs()
Declaration
public TableRangePartitioningRangeArgs()
Properties
View SourceEnd
End of the range partitioning, exclusive.
Declaration
public Input<int> End { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Interval
The width of each range within the partition.
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Start
Start of the range partitioning, inclusive.
Declaration
public Input<int> Start { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |