Class AzureFileStorageWriteSettings


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

      • AzureFileStorageWriteSettings

        public AzureFileStorageWriteSettings()
    • Method Detail

      • 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.