CopySource Class

A copy activity source.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: .

All required parameters must be populated in order to send to Azure.

Inheritance
CopySource

Constructor

CopySource(*, additional_properties: Optional[Dict[str, object]] = None, source_retry_count: Optional[object] = None, source_retry_wait: Optional[object] = None, max_concurrent_connections: Optional[object] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str
Required

Required. Copy source type.Constant filled by server.

source_retry_count
object
Required

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

source_retry_wait
object
Required

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

max_concurrent_connections
object
Required

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