CopySink Class
A copy activity sink.
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
-
CopySink
Constructor
CopySink(*, additional_properties: Optional[Dict[str, object]] = None, write_batch_size: Optional[object] = None, write_batch_timeout: Optional[object] = None, sink_retry_count: Optional[object] = None, sink_retry_wait: Optional[object] = None, max_concurrent_connections: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- write_batch_size
- object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_batch_timeout
- object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sink_retry_count
- object
Sink retry count. Type: integer (or Expression with resultType integer).
- sink_retry_wait
- object
Sink 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 sink data store. Type: integer (or Expression with resultType integer).
Feedback
Submit and view feedback for