Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SapTablePartitionSettings

Package version

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

Hierarchy

  • SapTablePartitionSettings

Index

Properties

Optional maxPartitionsNumber

maxPartitionsNumber: any

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

Optional partitionColumnName

partitionColumnName: any

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

Optional partitionLowerBound

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).

Optional partitionUpperBound

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