Share via


RestSink Class

Definition

A copy activity Rest service Sink.

public class RestSink : Microsoft.Azure.Management.DataFactory.Models.CopySink
type RestSink = class
    inherit CopySink
Public Class RestSink
Inherits CopySink
Inheritance
RestSink

Constructors

RestSink()

Initializes a new instance of the RestSink class.

RestSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the RestSink class.

Properties

AdditionalHeaders

Gets or sets the additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from CopySink)
DisableMetricsCollection

Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

(Inherited from CopySink)
HttpCompressionType

Gets or sets http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.

HttpRequestTimeout

Gets or sets 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

Gets or sets the maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).

(Inherited from CopySink)
RequestInterval

Gets or sets the time to await before sending next request, in milliseconds

RequestMethod

Gets or sets the HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).

SinkRetryCount

Gets or sets sink retry count. Type: integer (or Expression with resultType integer).

(Inherited from CopySink)
SinkRetryWait

Gets or sets sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(Inherited from CopySink)
WriteBatchSize

Gets or sets write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

(Inherited from CopySink)
WriteBatchTimeout

Gets or sets write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(Inherited from CopySink)

Applies to