共用方式為


FileSystemSource interface

複製活動檔案系統來源。

Extends

屬性

additionalColumns

指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。

recursive

如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

disableMetricsCollection

如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

maxConcurrentConnections

源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryCount

來源重試計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryWait

來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

屬性詳細資料

additionalColumns

指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。

additionalColumns?: any

屬性值

any

recursive

如果為 true,則會以遞歸方式讀取資料夾路徑下的檔案。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

recursive?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "FileSystemSource"

屬性值

"FileSystemSource"

繼承的屬性詳細資料

disableMetricsCollection

如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

disableMetricsCollection?: any

屬性值

any

繼承自CopySource.disableMetricsCollection

maxConcurrentConnections

源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。

maxConcurrentConnections?: any

屬性值

any

繼承自CopySource.maxConcurrentConnections

sourceRetryCount

來源重試計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryCount?: any

屬性值

any

繼承自CopySource.sourceRetryCount

sourceRetryWait

來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryWait?: any

屬性值

any

繼承自CopySource.sourceRetryWait