RestSink |
RestSink.withAdditionalHeaders(Object additionalHeaders) |
Set the additionalHeaders property: The additional HTTP headers in the request to the RESTful API.
|
RestSink |
RestSink.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
RestSink |
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 |
RestSink.withHttpRequestTimeout(Object httpRequestTimeout) |
Set the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response.
|
RestSink |
RestSink.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.
|
RestSink |
RestSink.withRequestInterval(Object requestInterval) |
Set the requestInterval property: The time to await before sending next request, in milliseconds.
|
RestSink |
RestSink.withRequestMethod(Object requestMethod) |
Set the requestMethod property: The HTTP method used to call the RESTful API.
|
RestSink |
RestSink.withSinkRetryCount(Object sinkRetryCount) |
Set the sinkRetryCount property: Sink retry count.
|
RestSink |
RestSink.withSinkRetryWait(Object sinkRetryWait) |
Set the sinkRetryWait property: Sink retry wait.
|
RestSink |
RestSink.withWriteBatchSize(Object writeBatchSize) |
Set the writeBatchSize property: Write batch size.
|
RestSink |
RestSink.withWriteBatchTimeout(Object writeBatchTimeout) |
Set the writeBatchTimeout property: Write batch timeout.
|