CopySource Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.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> additionalProperties()

Get the additionalProperties property: A copy activity source.

Object disableMetricsCollection()

Get the disableMetricsCollection property: If true, disable data store metrics collection.

Object maxConcurrentConnections()

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

Object sourceRetryCount()

Get the sourceRetryCount property: Source retry count.

Object sourceRetryWait()

Get the sourceRetryWait property: Source retry wait.

String type()

Get the type property: Copy source type.

void validate()

Validates the instance.

CopySource withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: A copy activity source.

CopySource withDisableMetricsCollection(Object disableMetricsCollection)

Set the disableMetricsCollection property: If true, disable data store metrics collection.

CopySource withMaxConcurrentConnections(Object maxConcurrentConnections)

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

CopySource withSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

CopySource withSourceRetryWait(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

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: A copy activity source.

Returns:

the additionalProperties value.

disableMetricsCollection

public Object disableMetricsCollection()

Get the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Returns:

the disableMetricsCollection value.

maxConcurrentConnections

public Object maxConcurrentConnections()

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.

sourceRetryCount

public Object sourceRetryCount()

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

Returns:

the sourceRetryCount value.

sourceRetryWait

public Object sourceRetryWait()

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.

type

public String type()

Get the type property: Copy source type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public CopySource withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: A copy activity source.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the CopySource object itself.

withDisableMetricsCollection

public CopySource withDisableMetricsCollection(Object disableMetricsCollection)

Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Parameters:

disableMetricsCollection - the disableMetricsCollection value to set.

Returns:

the CopySource object itself.

withMaxConcurrentConnections

public CopySource withMaxConcurrentConnections(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.

withSourceRetryCount

public CopySource withSourceRetryCount(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.

withSourceRetryWait

public CopySource withSourceRetryWait(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