RestSource interface
A copy activity Rest service source.
- Extends
Properties
additional |
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type). |
additional |
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string). |
http |
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])). |
pagination |
The pagination rules to compose next page requests. Type: string (or Expression with resultType string). |
request |
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string). |
request |
The time to await before sending next page request. |
request |
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string). |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
disable |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
max |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
source |
Source retry count. Type: integer (or Expression with resultType integer). |
source |
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). |
Property Details
additionalColumns
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
additionalColumns?: any
Property Value
any
additionalHeaders
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
additionalHeaders?: any
Property Value
any
httpRequestTimeout
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])).
httpRequestTimeout?: any
Property Value
any
paginationRules
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
paginationRules?: any
Property Value
any
requestBody
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestBody?: any
Property Value
any
requestInterval
The time to await before sending next page request.
requestInterval?: any
Property Value
any
requestMethod
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
requestMethod?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "RestSource"
Property Value
"RestSource"
Inherited Property Details
disableMetricsCollection
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection?: any
Property Value
any
Inherited From CopySource.disableMetricsCollection
maxConcurrentConnections
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
maxConcurrentConnections?: any
Property Value
any
Inherited From CopySource.maxConcurrentConnections
sourceRetryCount
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryCount?: any
Property Value
any
Inherited From CopySource.sourceRetryCount
sourceRetryWait
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryWait?: any
Property Value
any
Inherited From CopySource.sourceRetryWait