Class FileServerWriteSettings

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

public final class FileServerWriteSettings extends StoreWriteSettings
File server write settings.
  • Constructor Details

    • FileServerWriteSettings

      public FileServerWriteSettings()
  • Method Details

    • setMaxConcurrentConnections

      public FileServerWriteSettings 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 FileServerWriteSettings 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.