Class RestSinkResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.RestSinkResponse
-
public final class RestSinkResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestSinkResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Object>
additionalHeaders()
static RestSinkResponse.Builder
builder()
static RestSinkResponse.Builder
builder(RestSinkResponse defaults)
java.util.Optional<java.lang.Object>
disableMetricsCollection()
java.util.Optional<java.lang.Object>
httpCompressionType()
java.util.Optional<java.lang.Object>
httpRequestTimeout()
java.util.Optional<java.lang.Object>
maxConcurrentConnections()
java.util.Optional<java.lang.Object>
requestInterval()
java.util.Optional<java.lang.Object>
requestMethod()
java.util.Optional<java.lang.Object>
sinkRetryCount()
java.util.Optional<java.lang.Object>
sinkRetryWait()
java.lang.String
type()
java.util.Optional<java.lang.Object>
writeBatchSize()
java.util.Optional<java.lang.Object>
writeBatchTimeout()
-
-
-
Method Detail
-
additionalHeaders
public java.util.Optional<java.lang.Object> additionalHeaders()
- Returns:
- The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
-
disableMetricsCollection
public java.util.Optional<java.lang.Object> disableMetricsCollection()
- Returns:
- If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
-
httpCompressionType
public java.util.Optional<java.lang.Object> httpCompressionType()
- Returns:
- Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
-
httpRequestTimeout
public java.util.Optional<java.lang.Object> httpRequestTimeout()
- Returns:
- The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
-
maxConcurrentConnections
public java.util.Optional<java.lang.Object> maxConcurrentConnections()
- Returns:
- The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
-
requestInterval
public java.util.Optional<java.lang.Object> requestInterval()
- Returns:
- The time to await before sending next request, in milliseconds
-
requestMethod
public java.util.Optional<java.lang.Object> requestMethod()
- Returns:
- The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
-
sinkRetryCount
public java.util.Optional<java.lang.Object> sinkRetryCount()
- Returns:
- Sink retry count. Type: integer (or Expression with resultType integer).
-
sinkRetryWait
public java.util.Optional<java.lang.Object> sinkRetryWait()
- Returns:
- Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
-
type
public java.lang.String type()
- Returns:
- Copy sink type. Expected value is 'RestSink'.
-
writeBatchSize
public java.util.Optional<java.lang.Object> writeBatchSize()
- Returns:
- Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
-
writeBatchTimeout
public java.util.Optional<java.lang.Object> writeBatchTimeout()
- Returns:
- Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
-
builder
public static RestSinkResponse.Builder builder()
-
builder
public static RestSinkResponse.Builder builder(RestSinkResponse defaults)
-
-