Uses of Class
com.azure.resourcemanager.datafactory.models.RestSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RestSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionRestSink.withAdditionalHeaders
(Object additionalHeaders) Set the additionalHeaders property: The additional HTTP headers in the request to the RESTful API.RestSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.RestSink.withHttpCompressionType
(Object httpCompressionType) Set the httpCompressionType property: Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None.RestSink.withHttpRequestTimeout
(Object httpRequestTimeout) Set the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response.RestSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.RestSink.withRequestInterval
(Object requestInterval) Set the requestInterval property: The time to await before sending next request, in milliseconds.RestSink.withRequestMethod
(Object requestMethod) Set the requestMethod property: The HTTP method used to call the RESTful API.RestSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.RestSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.RestSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.RestSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.