Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBlobFSSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureBlobFSSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureBlobFSSink.withCopyBehavior
(Object copyBehavior) Set the copyBehavior property: The type of copy behavior for copy sink.AzureBlobFSSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureBlobFSSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.AzureBlobFSSink.withMetadata
(List<MetadataItem> metadata) Set the metadata property: Specify the custom metadata to be added to sink data.AzureBlobFSSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.AzureBlobFSSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.AzureBlobFSSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.AzureBlobFSSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.