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

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str
Required

Required. Copy sink type.Constant filled by server.

write_batch_size
object
Required

Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

write_batch_timeout
object
Required

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
Required

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

sink_retry_wait
object
Required

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
Required

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