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
Unmatched properties from the message are deserialized to this collection.
- source_retry_count
- object
Source retry count. Type: integer (or Expression with resultType integer).
- source_retry_wait
- object
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
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Feedback
Submit and view feedback for