共用方式為


SqlPartitionSettings interface

將用於 Sql 來源數據分割的設定。

屬性

partitionColumnName

整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。

partitionLowerBound

分割區範圍分割的數據分割數據行最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。

partitionUpperBound

分割區範圍分割的數據分割數據行最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。

屬性詳細資料

partitionColumnName

整數或日期時間類型中的數據行名稱,將用於繼續數據分割。 如果未指定,則會自動偵測數據表的主鍵,並當做數據分割數據行使用。 Type:string (或 expression with resultType string) 。

partitionColumnName?: any

屬性值

any

partitionLowerBound

分割區範圍分割的數據分割數據行最小值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。

partitionLowerBound?: any

屬性值

any

partitionUpperBound

分割區範圍分割的數據分割數據行最大值。 這個值用來決定數據分割的步幅,而不是用於篩選數據表中的數據列。 數據表或查詢結果中的所有數據列都會進行分割和複製。 Type:string (或 expression with resultType string) 。

partitionUpperBound?: any

屬性值

any