CopySource Class

Definition

A copy activity source.

public class CopySource
type CopySource = class
Public Class CopySource
Inheritance
CopySource
Derived

Constructors

CopySource()

Initializes a new instance of the CopySource class.

CopySource(IDictionary<String,Object>, Object, Object, Object, Object)

Initializes a new instance of the CopySource class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DisableMetricsCollection

Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

MaxConcurrentConnections

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

SourceRetryCount

Gets or sets source retry count. Type: integer (or Expression with resultType integer).

SourceRetryWait

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

Applies to