java.lang.Object
com.azure.analytics.synapse.artifacts.models.CopySource
Direct Known Subclasses:
AmazonRdsForOracleSource, AvroSource, AzureBlobFSSource, AzureDatabricksDeltaLakeSource, AzureDataExplorerSource, AzureDataLakeStoreSource, BinarySource, BlobSource, CommonDataServiceForAppsSource, CosmosDbMongoDbApiSource, CosmosDbSqlApiSource, DelimitedTextSource, DocumentDbCollectionSource, DynamicsCrmSource, DynamicsSource, ExcelSource, FileSystemSource, HdfsSource, HttpSource, JsonSource, MicrosoftAccessSource, MongoDbAtlasSource, MongoDbSource, MongoDbV2Source, ODataSource, Office365Source, OracleSource, OrcSource, ParquetSource, RelationalSource, RestSource, SalesforceServiceCloudSource, SharePointOnlineListSource, SnowflakeSource, TabularSource, WebSource, XmlSource

public class CopySource extends Object
A copy activity source.
  • Constructor Details

    • CopySource

      public CopySource()
  • Method Details

    • getSourceRetryCount

      public Object getSourceRetryCount()
      Get the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
      Returns:
      the sourceRetryCount value.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: A copy activity source.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public CopySource setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: A copy activity source.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the CopySource object itself.