Data Integration Connectors
- Data Integration Connectors
- All Products
Property
| Description
|
---|---|
Paging Type
| Specify one of the following values:
Page . Enables paging and considers the values of Page Parameter, Start Page, End Page, and End of Response Expression properties.
None . Ignores the values of Page Parameter, Start Page, End Page, and End of Response Expression properties.
|
Page Parameter
| The name of the parameter that you want to use for the paging operation. You can use a query parameter or a path parameter.
The parameter must be of the integer type and from the request message.
|
Start Page
| The page number that indicates the first page in the range, on which you want to perform the paging operation.
|
End Page
| The page number that indicates the last page in the range, on which you want to perform the paging operation. The default is 10000.
Paging stops when the End Page is reached or the End of Response Expression is met.
|
Page Increment Factor
| An integer to increment the Page Parameter. Page Increment Factor must be same as the number of records being fetched per request. If the Page Increment Parameter option is not same as the number of records being fetched per request, you might have missing or duplicate records between two calls.
|
End of Response Expression
| Specify an expression or a string to control paging. You can observe one of the following behaviors:
|
Override URL
| Overrides the URL specified in the swagger specification. The override URL cannot have query parameters. When a path parameter is included in the Override URL, enclose the path parameter with curly brackets {}. For example:
URL specified in the swagger specification:
http://invr28pers102:13080/sample/day/20170505?a:b
If you define 20170505 as a path variable with the path variable name as
path1 , the Override URL will be as follows:
http://invr28pers102:13080/sample/day/
{ path1} |
Tracing Level
| Amount of detail that appears in the log for the source.
Use the following tracing levels:
Default is normal.
|
Cache Size for Web Service Response (KB)
| Memory available for the web service response.
If the web service response contains many rows or columns, you might want to increase the cache size. Default is 1024 KB. Maximum is 99999 KB.
|