ConnectionProperty Object
For Target API only: One or more sets of additional connection properties for the API version, such as HTTP version or chunking, expressed as name/value pairs.
This object is used by the following operations:
- Operations that reference the Endpoint object
The properties included in the ConnectionProperty object are listed below. All values are optional.
| Property | Type | Description |
|---|---|---|
| Name | string | The name of the connection property; for example, http.version or http.chunked.encoding. |
| Value | string | The value for the connection property; for example, 1.0 or false. |