Class AzureFileStorageWriteSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.StoreWriteSettings
com.azure.analytics.synapse.artifacts.models.AzureFileStorageWriteSettings

public final class AzureFileStorageWriteSettings extends StoreWriteSettings
Azure File Storage write settings.
  • Constructor Details

    • AzureFileStorageWriteSettings

      public AzureFileStorageWriteSettings()
  • Method Details

    • setMaxConcurrentConnections

      public AzureFileStorageWriteSettings 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 StoreWriteSettings
      Parameters:
      maxConcurrentConnections - the maxConcurrentConnections value to set.
      Returns:
      the StoreWriteSettings object itself.
    • setCopyBehavior

      public AzureFileStorageWriteSettings setCopyBehavior(Object copyBehavior)
      Set the copyBehavior property: The type of copy behavior for copy sink.
      Overrides:
      setCopyBehavior in class StoreWriteSettings
      Parameters:
      copyBehavior - the copyBehavior value to set.
      Returns:
      the StoreWriteSettings object itself.