共用方式為


NetezzaPartitionSettings interface

將用於 Netezza 來源資料分割的設定。

屬性

partitionColumnName

整數類型中的數據行名稱,將用於繼續範圍分割。 Type:string (或 expression with resultType string) 。

partitionLowerBound

partitionColumnName 中指定的數據行最小值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。

partitionUpperBound

partitionColumnName 中所指定之數據行的最大值,將用於進行範圍分割。 Type:string (或 expression with resultType string) 。

屬性詳細資料

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