SapOdpSourceResponse

data class SapOdpSourceResponse(val additionalColumns: Any? = null, val disableMetricsCollection: Any? = null, val extractionMode: Any? = null, val maxConcurrentConnections: Any? = null, val projection: Any? = null, val queryTimeout: Any? = null, val selection: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val subscriberProcess: Any? = null, val type: String)

A copy activity source for SAP ODP source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Any? = null, disableMetricsCollection: Any? = null, extractionMode: Any? = null, maxConcurrentConnections: Any? = null, projection: Any? = null, queryTimeout: Any? = null, selection: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, subscriberProcess: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val additionalColumns: Any? = null

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Link copied to clipboard

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val extractionMode: Any? = null

The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).

Link copied to clipboard

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val projection: Any? = null

Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).

Link copied to clipboard
val queryTimeout: Any? = null

Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val selection: Any? = null

Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).

Link copied to clipboard
val sourceRetryCount: Any? = null

Source retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sourceRetryWait: Any? = null

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val subscriberProcess: Any? = null

The subscriber process to manage the delta process. Type: string (or Expression with resultType string).

Link copied to clipboard

Copy source type. Expected value is 'SapOdpSource'.