Class AzureBlobFSWriteSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.StoreWriteSettings
com.azure.analytics.synapse.artifacts.models.AzureBlobFSWriteSettings

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

    • AzureBlobFSWriteSettings

      public AzureBlobFSWriteSettings()
  • Method Details

    • 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 AzureBlobFSWriteSettings 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 AzureBlobFSWriteSettings object itself.
    • setMaxConcurrentConnections

      public AzureBlobFSWriteSettings 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.
    • setCopyBehavior

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