共用方式為


Office365Source interface

Office 365 服務的複製活動來源。

Extends

屬性

allowedGroups

包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。

dateFilterColumn

要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。

endTime

此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。

outputColumns

要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ]

startTime

此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。

type

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

userScopeFilterUri

用戶範圍 URI。 Type:string (或 expression with resultType string) 。

繼承的屬性

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])).

屬性詳細資料

allowedGroups

包含所有使用者的群組。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。

allowedGroups?: any

屬性值

any

dateFilterColumn

要套用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的數據行。 Type:string (或 expression with resultType string) 。

dateFilterColumn?: any

屬性值

any

endTime

此數據集所要求範圍的結束時間。 Type:string (或 expression with resultType string) 。

endTime?: any

屬性值

any

outputColumns

要從 Office 365 數據表讀取的數據行。 類型:對象的陣列(或具有 resultType 物件陣列的 Expression)。 itemType:OutputColumn。 範例: [ { “name”: “Id” }, { “name”: “CreatedDateTime” } ]

outputColumns?: any

屬性值

any

startTime

此數據集所要求範圍的開始時間。 Type:string (或 expression with resultType string) 。

startTime?: any

屬性值

any

type

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

type: "Office365Source"

屬性值

"Office365Source"

userScopeFilterUri

用戶範圍 URI。 Type:string (或 expression with resultType string) 。

userScopeFilterUri?: any

屬性值

any

繼承的屬性詳細資料

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