* |
Connection Timeout: |
integer |
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out |
* |
Execution Timeout: |
integer |
Sets the amount of time (in milliseconds) to allow the client to complete the execution of an API call |
* |
Max Idle Timeout: |
integer |
Sets the maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse. |
* |
Socket Timeout: |
integer |
Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed |
* |
Max Connections: |
integer |
Sets the maximum number of allowed open HTTP connections |
* |
Max Retry Policy: |
integer |
Sets the maximum number of retry attempts for failed retriable requests |