Class BinarySource

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

public final class BinarySource extends CopySource
A copy activity Binary source.
  • Constructor Details

    • BinarySource

      public BinarySource()
  • Method Details

    • getStoreSettings

      public StoreReadSettings getStoreSettings()
      Get the storeSettings property: Binary store settings.
      Returns:
      the storeSettings value.
    • setStoreSettings

      public BinarySource setStoreSettings(StoreReadSettings storeSettings)
      Set the storeSettings property: Binary store settings.
      Parameters:
      storeSettings - the storeSettings value to set.
      Returns:
      the BinarySource object itself.
    • getFormatSettings

      public BinaryReadSettings getFormatSettings()
      Get the formatSettings property: Binary format settings.
      Returns:
      the formatSettings value.
    • setFormatSettings

      public BinarySource setFormatSettings(BinaryReadSettings formatSettings)
      Set the formatSettings property: Binary format settings.
      Parameters:
      formatSettings - the formatSettings value to set.
      Returns:
      the BinarySource object itself.
    • setSourceRetryCount

      public BinarySource setSourceRetryCount(Object sourceRetryCount)
      Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
      Overrides:
      setSourceRetryCount in class CopySource
      Parameters:
      sourceRetryCount - the sourceRetryCount value to set.
      Returns:
      the CopySource object itself.
    • setSourceRetryWait

      public BinarySource 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])).
      Overrides:
      setSourceRetryWait in class CopySource
      Parameters:
      sourceRetryWait - the sourceRetryWait value to set.
      Returns:
      the CopySource object itself.
    • setMaxConcurrentConnections

      public BinarySource setMaxConcurrentConnections(Object maxConcurrentConnections)
      Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
      Overrides:
      setMaxConcurrentConnections in class CopySource
      Parameters:
      maxConcurrentConnections - the maxConcurrentConnections value to set.
      Returns:
      the CopySource object itself.