RestSource Class

Definition

A copy activity Rest service source.

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

Constructors

RestSource()

Initializes a new instance of the RestSource class.

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

Initializes a new instance of the RestSource class.

Properties

AdditionalColumns

Gets or sets specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

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 CopySource)
DisableMetricsCollection

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

(Inherited from CopySource)
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 source data store. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
PaginationRules

Gets or sets the pagination rules to compose next page requests. Type: string (or Expression with resultType string).

RequestBody

Gets or sets the HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).

RequestInterval

Gets or sets the time to await before sending next page request.

RequestMethod

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

SourceRetryCount

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

(Inherited from CopySource)
SourceRetryWait

Gets or sets source 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 CopySource)

Applies to