Class StoreWriteSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.StoreWriteSettings
Direct Known Subclasses:
AzureBlobFSWriteSettings, AzureBlobStorageWriteSettings, AzureDataLakeStoreWriteSettings, AzureFileStorageWriteSettings, FileServerWriteSettings, SftpWriteSettings

public class StoreWriteSettings extends Object
Connector write settings.
  • Constructor Details

    • StoreWriteSettings

      public StoreWriteSettings()
  • Method Details

    • 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 StoreWriteSettings 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 StoreWriteSettings object itself.
    • getCopyBehavior

      public Object getCopyBehavior()
      Get the copyBehavior property: The type of copy behavior for copy sink.
      Returns:
      the copyBehavior value.
    • setCopyBehavior

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

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Connector write settings.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public StoreWriteSettings setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Connector write settings.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the StoreWriteSettings object itself.