Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBlobFSWriteSettings
-
Packages that use AzureBlobFSWriteSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AzureBlobFSWriteSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AzureBlobFSWriteSettings Modifier and Type Method Description AzureBlobFSWriteSettings
AzureBlobFSWriteSettings. withBlockSizeInMB(Object blockSizeInMB)
Set the blockSizeInMB property: Indicates the block size(MB) when writing data to blob.AzureBlobFSWriteSettings
AzureBlobFSWriteSettings. withCopyBehavior(Object copyBehavior)
Set the copyBehavior property: The type of copy behavior for copy sink.AzureBlobFSWriteSettings
AzureBlobFSWriteSettings. withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureBlobFSWriteSettings
AzureBlobFSWriteSettings. withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
-