Class AzureBlobFSWriteSettings


  • public final class AzureBlobFSWriteSettings
    extends StoreWriteSettings
    Azure blobFS write settings.
    • Constructor Detail

      • AzureBlobFSWriteSettings

        public AzureBlobFSWriteSettings()
    • Method Detail

      • blockSizeInMB

        public Object blockSizeInMB()
        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.
      • withBlockSizeInMB

        public AzureBlobFSWriteSettings withBlockSizeInMB​(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 AzureBlobFSWriteSettings object itself.
      • withMaxConcurrentConnections

        public AzureBlobFSWriteSettings withMaxConcurrentConnections​(Object maxConcurrentConnections)
        Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Overrides:
        withMaxConcurrentConnections in class StoreWriteSettings
        Parameters:
        maxConcurrentConnections - the maxConcurrentConnections value to set.
        Returns:
        the StoreWriteSettings object itself.
      • withDisableMetricsCollection

        public AzureBlobFSWriteSettings withDisableMetricsCollection​(Object disableMetricsCollection)
        Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
        Overrides:
        withDisableMetricsCollection in class StoreWriteSettings
        Parameters:
        disableMetricsCollection - the disableMetricsCollection value to set.
        Returns:
        the StoreWriteSettings object itself.
      • withCopyBehavior

        public AzureBlobFSWriteSettings withCopyBehavior​(Object copyBehavior)
        Set the copyBehavior property: The type of copy behavior for copy sink.
        Overrides:
        withCopyBehavior in class StoreWriteSettings
        Parameters:
        copyBehavior - the copyBehavior value to set.
        Returns:
        the StoreWriteSettings object itself.