Class StoreReadSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.StoreReadSettings
Direct Known Subclasses:
AmazonS3ReadSettings, AzureBlobFSReadSettings, AzureBlobStorageReadSettings, AzureDataLakeStoreReadSettings, AzureFileStorageReadSettings, FileServerReadSettings, FtpReadSettings, GoogleCloudStorageReadSettings, HdfsReadSettings, HttpReadSettings, SftpReadSettings

public class StoreReadSettings extends Object
Connector read setting.
  • Constructor Details

    • StoreReadSettings

      public StoreReadSettings()
  • 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 StoreReadSettings 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 StoreReadSettings object itself.
    • getAdditionalProperties

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

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