共用方式為


TeradataPartitionSettings interface

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

屬性

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