CopySource Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.CopySource

public class CopySource

A copy activity source.

Constructor Summary

Constructor Description
CopySource()

Creates an instance of CopySource class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: A copy activity source.

Object getMaxConcurrentConnections()

Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

Object getSourceRetryCount()

Get the sourceRetryCount property: Source retry count.

Object getSourceRetryWait()

Get the sourceRetryWait property: Source retry wait.

CopySource setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: A copy activity source.

CopySource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

CopySource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

CopySource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait.

Methods inherited from java.lang.Object

Constructor Details

CopySource

public CopySource()

Creates an instance of CopySource class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: A copy activity source.

Returns:

the additionalProperties value.

getMaxConcurrentConnections

public Object getMaxConcurrentConnections()

Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Returns:

the maxConcurrentConnections value.

getSourceRetryCount

public Object getSourceRetryCount()

Get the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Returns:

the sourceRetryCount value.

getSourceRetryWait

public Object getSourceRetryWait()

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

Returns:

the sourceRetryWait value.

setAdditionalProperties

public CopySource setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: A copy activity source.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the CopySource object itself.

setMaxConcurrentConnections

public CopySource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Parameters:

maxConcurrentConnections - the maxConcurrentConnections value to set.

Returns:

the CopySource object itself.

setSourceRetryCount

public CopySource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Parameters:

sourceRetryCount - the sourceRetryCount value to set.

Returns:

the CopySource object itself.

setSourceRetryWait

public CopySource setSourceRetryWait(Object sourceRetryWait)

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

Parameters:

sourceRetryWait - the sourceRetryWait value to set.

Returns:

the CopySource object itself.

Applies to