Class AzureBlobStorageWriteSettings


  • public final class AzureBlobStorageWriteSettings
    extends StoreWriteSettings
    Azure blob write settings.
    • Constructor Detail

      • AzureBlobStorageWriteSettings

        public AzureBlobStorageWriteSettings()
    • Method Detail

      • getBlockSizeInMB

        public Object getBlockSizeInMB()
        Get the blockSizeInMB property: Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
        Returns:
        the blockSizeInMB value.
      • setBlockSizeInMB

        public AzureBlobStorageWriteSettings setBlockSizeInMB​(Object blockSizeInMB)
        Set the blockSizeInMB property: Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
        Parameters:
        blockSizeInMB - the blockSizeInMB value to set.
        Returns:
        the AzureBlobStorageWriteSettings object itself.
      • setMaxConcurrentConnections

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