SapTablePartitionSettings interface
將用於 SAP 資料表來源資料分割的設定。
屬性
max |
數據表將會分割成的分割區最大值。 類型:integer(或 expression with resultType string)。 |
partition |
將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。 |
partition |
partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 |
partition |
partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
maxPartitionsNumber
數據表將會分割成的分割區最大值。 類型:integer(或 expression with resultType string)。
maxPartitionsNumber?: any
屬性值
any
partitionColumnName
將用於繼續範圍分割的數據行名稱。 Type:string (或 expression with resultType string) 。
partitionColumnName?: any
屬性值
any
partitionLowerBound
partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。
partitionLowerBound?: any
屬性值
any
partitionUpperBound
partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。
partitionUpperBound?: any
屬性值
any