RestSource |
RestSource.withAdditionalColumns(Object additionalColumns) |
Set the additionalColumns property: Specifies the additional columns to be added to source data.
|
RestSource |
RestSource.withAdditionalHeaders(Object additionalHeaders) |
Set the additionalHeaders property: The additional HTTP headers in the request to the RESTful API.
|
RestSource |
RestSource.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
RestSource |
RestSource.withHttpRequestTimeout(Object httpRequestTimeout) |
Set the httpRequestTimeout property: The timeout (TimeSpan) to get an HTTP response.
|
RestSource |
RestSource.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
|
RestSource |
RestSource.withPaginationRules(Object paginationRules) |
Set the paginationRules property: The pagination rules to compose next page requests.
|
RestSource |
RestSource.withRequestBody(Object requestBody) |
Set the requestBody property: The HTTP request body to the RESTful API if requestMethod is POST.
|
RestSource |
RestSource.withRequestInterval(Object requestInterval) |
Set the requestInterval property: The time to await before sending next page request.
|
RestSource |
RestSource.withRequestMethod(Object requestMethod) |
Set the requestMethod property: The HTTP method used to call the RESTful API.
|
RestSource |
RestSource.withSourceRetryCount(Object sourceRetryCount) |
Set the sourceRetryCount property: Source retry count.
|
RestSource |
RestSource.withSourceRetryWait(Object sourceRetryWait) |
Set the sourceRetryWait property: Source retry wait.
|