SapOdpSource interface
SAP ODP 源的复制活动源。
属性
| extraction |
提取模式。 允许的值包括:Full、Delta 和 Recovery。 默认值为 Full。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| projection | 指定要从源数据中选择的列。 类型:对象数组(投影)(或包含对象的 resultType 数组的表达式)。 |
| selection | 指定源数据中的选择条件。 类型:对象数组(selection)(或包含 resultType 数组对象的表达式)。 |
| subscriber |
用于管理增量进程的订阅服务器进程。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| additional |
指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。 |
| disable |
如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| max |
源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| query |
查询超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
| source |
源重试计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| source |
源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
属性详细信息
extractionMode
提取模式。 允许的值包括:Full、Delta 和 Recovery。 默认值为 Full。 类型:字符串(或带有 resultType 字符串的表达式)。
extractionMode?: any
属性值
any
projection
指定要从源数据中选择的列。 类型:对象数组(投影)(或包含对象的 resultType 数组的表达式)。
projection?: any
属性值
any
selection
指定源数据中的选择条件。 类型:对象数组(selection)(或包含 resultType 数组对象的表达式)。
selection?: any
属性值
any
subscriberProcess
用于管理增量进程的订阅服务器进程。 类型:字符串(或带有 resultType 字符串的表达式)。
subscriberProcess?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "SapOdpSource"
属性值
"SapOdpSource"
继承属性详细信息
additionalColumns
指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。
additionalColumns?: any
属性值
any
disableMetricsCollection
如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。
disableMetricsCollection?: any
属性值
any
maxConcurrentConnections
源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。
maxConcurrentConnections?: any
属性值
any
queryTimeout
查询超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
queryTimeout?: any
属性值
any
sourceRetryCount
源重试计数。 类型:整数(或包含 resultType 整数的表达式)。
sourceRetryCount?: any
属性值
any
sourceRetryWait
源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
sourceRetryWait?: any
属性值
any