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