Class AzureBlobStorageWriteSettingsResponse


  • public final class AzureBlobStorageWriteSettingsResponse
    extends java.lang.Object
    • Method Detail

      • blockSizeInMB

        public java.util.Optional<java.lang.Object> blockSizeInMB()
        Returns:
        Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
      • copyBehavior

        public java.util.Optional<java.lang.Object> copyBehavior()
        Returns:
        The type of copy behavior for copy sink.
      • disableMetricsCollection

        public java.util.Optional<java.lang.Object> disableMetricsCollection()
        Returns:
        If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
      • maxConcurrentConnections

        public java.util.Optional<java.lang.Object> maxConcurrentConnections()
        Returns:
        The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
      • type

        public java.lang.String type()
        Returns:
        The write setting type. Expected value is 'AzureBlobStorageWriteSettings'.