SapTablePartitionSettings interface
将用于 SAP 表源分区的设置。
属性
| max |
表将拆分为的分区的最大值。 类型:整数(或带有 resultType 字符串的表达式)。 |
| partition |
将用于继续范围分区的列的名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| partition |
partitionColumnName 中指定的列的最小值,该值将用于继续范围分区。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| partition |
partitionColumnName 中指定的列的最大值,该值将用于继续范围分区。 类型:字符串(或带有 resultType 字符串的表达式)。 |
属性详细信息
maxPartitionsNumber
表将拆分为的分区的最大值。 类型:整数(或带有 resultType 字符串的表达式)。
maxPartitionsNumber?: any
属性值
any
partitionColumnName
将用于继续范围分区的列的名称。 类型:字符串(或带有 resultType 字符串的表达式)。
partitionColumnName?: any
属性值
any
partitionLowerBound
partitionColumnName 中指定的列的最小值,该值将用于继续范围分区。 类型:字符串(或带有 resultType 字符串的表达式)。
partitionLowerBound?: any
属性值
any
partitionUpperBound
partitionColumnName 中指定的列的最大值,该值将用于继续范围分区。 类型:字符串(或带有 resultType 字符串的表达式)。
partitionUpperBound?: any
属性值
any