Uses of Class
com.azure.resourcemanager.datafactory.models.HttpReadSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HttpReadSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHttpReadSettings.withAdditionalHeaders
(Object additionalHeaders) Set the additionalHeaders property: The additional HTTP headers in the request to the RESTful API.HttpReadSettings.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.HttpReadSettings.withEnablePartitionDiscovery
(Boolean enablePartitionDiscovery) Set the enablePartitionDiscovery property: Indicates whether to enable partition discovery.HttpReadSettings.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.HttpReadSettings.withPartitionRootPath
(Object partitionRootPath) Set the partitionRootPath property: Specify the root path where partition discovery starts from.HttpReadSettings.withRequestBody
(Object requestBody) Set the requestBody property: The HTTP request body to the RESTful API if requestMethod is POST.HttpReadSettings.withRequestMethod
(Object requestMethod) Set the requestMethod property: The HTTP method used to call the RESTful API.HttpReadSettings.withRequestTimeout
(Object requestTimeout) Set the requestTimeout property: Specifies the timeout for a HTTP client to get HTTP response from HTTP server.