Uses of Class
com.azure.resourcemanager.datafactory.models.BlobSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of BlobSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionBlobSink.withBlobWriterAddHeader
(Object blobWriterAddHeader) Set the blobWriterAddHeader property: Blob writer add header.BlobSink.withBlobWriterDateTimeFormat
(Object blobWriterDateTimeFormat) Set the blobWriterDateTimeFormat property: Blob writer date time format.BlobSink.withBlobWriterOverwriteFiles
(Object blobWriterOverwriteFiles) Set the blobWriterOverwriteFiles property: Blob writer overwrite files.BlobSink.withCopyBehavior
(Object copyBehavior) Set the copyBehavior property: The type of copy behavior for copy sink.BlobSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.BlobSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.BlobSink.withMetadata
(List<MetadataItem> metadata) Set the metadata property: Specify the custom metadata to be added to sink data.BlobSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.BlobSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.BlobSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.BlobSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.