HttpReadSettings Class
Http read settings.
All required parameters must be populated in order to send to server.
Constructor
HttpReadSettings(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, max_concurrent_connections: MutableMapping[str, Any] | None = None, disable_metrics_collection: MutableMapping[str, Any] | None = None, request_method: MutableMapping[str, Any] | None = None, request_body: MutableMapping[str, Any] | None = None, additional_headers: MutableMapping[str, Any] | None = None, request_timeout: MutableMapping[str, Any] | None = None, additional_columns: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
max_concurrent_connections
|
<xref:JSON>
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
disable_metrics_collection
|
<xref:JSON>
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
request_method
|
<xref:JSON>
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string). |
request_body
|
<xref:JSON>
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string). |
additional_headers
|
<xref:JSON>
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string). |
request_timeout
|
<xref:JSON>
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string). |
additional_columns
|
<xref:JSON>
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
The read setting type. Required. |
max_concurrent_connections
|
<xref:JSON>
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
disable_metrics_collection
|
<xref:JSON>
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
request_method
|
<xref:JSON>
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string). |
request_body
|
<xref:JSON>
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string). |
additional_headers
|
<xref:JSON>
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string). |
request_timeout
|
<xref:JSON>
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string). |
additional_columns
|
<xref:JSON>
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). |
Azure SDK for Python