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