TeradataPartitionSettings interface

The settings that will be leveraged for teradata source partitioning.

Properties

partitionColumnName

The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).

partitionLowerBound

The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

partitionUpperBound

The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

Property Details

partitionColumnName

The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).

partitionColumnName?: any

Property Value

any

partitionLowerBound

The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

partitionLowerBound?: any

Property Value

any

partitionUpperBound

The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

partitionUpperBound?: any

Property Value

any