SapTablePartitionSettings interface

The settings that will be leveraged for SAP table source partitioning.

Properties

maxPartitionsNumber

The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).

partitionColumnName

The name of the column that will be used for proceeding range 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

maxPartitionsNumber

The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).

maxPartitionsNumber?: any

Property Value

any

partitionColumnName

The name of the column that will be used for proceeding range 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