Package version:

Interface TeradataPartitionSettings

The settings that will be leveraged for teradata source partitioning.

Hierarchy

  • TeradataPartitionSettings

Properties

partitionColumnName?: any

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

partitionLowerBound?: any

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

partitionUpperBound?: any

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

Generated using TypeDoc