Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OraclePartitionSettings

Package version

The settings that will be leveraged for Oracle source partitioning.

Hierarchy

  • OraclePartitionSettings

Index

Properties

Optional partitionColumnName

partitionColumnName: any

The name of the column in integer type 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 partitionNames

partitionNames: any

Names of the physical partitions of Oracle table.

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