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