共用方式為


SapOdpSource interface

SAP ODP 來源的複製活動來源。

Extends

屬性

extractionMode

擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。

projection

指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。

selection

指定源數據中的選取條件。 類型:對象的陣列(selection) (或 expression with resultType 物件的陣列)。

subscriberProcess

管理差異進程的訂閱者進程。 Type:string (或 expression with resultType string) 。

type

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

繼承的屬性

additionalColumns

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

disableMetricsCollection

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

maxConcurrentConnections

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

queryTimeout

查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

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

屬性詳細資料

extractionMode

擷取模式。 允許的值包括:完整、差異和復原。 預設值為 Full。 Type:string (或 expression with resultType string) 。

extractionMode?: any

屬性值

any

projection

指定要從源數據選取的數據行。 類型:objects(projection) 的陣列(或具有 resultType 物件陣列的 Expression)。

projection?: any

屬性值

any

selection

指定源數據中的選取條件。 類型:對象的陣列(selection) (或 expression with resultType 物件的陣列)。

selection?: any

屬性值

any

subscriberProcess

管理差異進程的訂閱者進程。 Type:string (或 expression with resultType string) 。

subscriberProcess?: any

屬性值

any

type

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

type: "SapOdpSource"

屬性值

"SapOdpSource"

繼承的屬性詳細資料

additionalColumns

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

additionalColumns?: any

屬性值

any

繼承自TabularSource.additionalColumns

disableMetricsCollection

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

disableMetricsCollection?: any

屬性值

any

繼承自TabularSource.disableMetricsCollection

maxConcurrentConnections

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

maxConcurrentConnections?: any

屬性值

any

繼承自TabularSource.maxConcurrentConnections

queryTimeout

查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

queryTimeout?: any

屬性值

any

繼承自TabularSource.queryTimeout

sourceRetryCount

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

sourceRetryCount?: any

屬性值

any

繼承自TabularSource.sourceRetryCount

sourceRetryWait

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

sourceRetryWait?: any

屬性值

any

繼承自TabularSource.sourceRetryWait