Show / Hide Table of Contents

Class TableRangePartitioningRangeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TableRangePartitioningRangeArgs
Inherited Members
ResourceArgs.Empty
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 Source

TableRangePartitioningRangeArgs()

Declaration
public TableRangePartitioningRangeArgs()

Properties

View Source

End

End of the range partitioning, exclusive.

Declaration
public Input<int> End { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Interval

The width of each range within the partition.

Declaration
public Input<int> Interval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Start

Start of the range partitioning, inclusive.

Declaration
public Input<int> Start { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.