CopySink Class

Definition

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CopySink+CopySinkConverter))]
public class CopySink
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CopySink+CopySinkConverter))>]
type CopySink = class
Public Class CopySink
Inheritance
CopySink
Derived
Attributes

Constructors

CopySink()

Initializes a new instance of CopySink.

Properties

AdditionalProperties

Additional Properties.

MaxConcurrentConnections

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

SinkRetryCount

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

SinkRetryWait

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

WriteBatchSize

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

WriteBatchTimeout

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

Applies to