SapOdpSource Class

Definition

A copy activity source for SAP ODP source.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapOdpSource+SapOdpSourceConverter))]
public class SapOdpSource : Azure.Analytics.Synapse.Artifacts.Models.TabularSource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SapOdpSource+SapOdpSourceConverter))>]
type SapOdpSource = class
    inherit TabularSource
Public Class SapOdpSource
Inherits TabularSource
Inheritance
Attributes

Constructors

SapOdpSource()

Initializes a new instance of SapOdpSource.

Properties

AdditionalColumns

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

(Inherited from TabularSource)
AdditionalProperties

Additional Properties.

(Inherited from CopySource)
ExtractionMode

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

MaxConcurrentConnections

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

(Inherited from CopySource)
Projection

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

QueryTimeout

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

(Inherited from TabularSource)
Selection

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

SourceRetryCount

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

(Inherited from CopySource)
SourceRetryWait

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

(Inherited from CopySource)
SubscriberProcess

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

Applies to