MetricsAdvisorAdministrationClientOptions interface
Client options used to configure API requests.
- Extends
Inherited Properties
http |
The HttpClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpClient. |
keep |
Options for how HTTP connections should be maintained for future requests. |
proxy |
Options to configure a proxy for outgoing requests. |
redirect |
Options for how redirect responses are handled. |
retry |
Options that control how to retry failed requests. |
user |
Options for adding user agent details to outgoing requests. |
Inherited Property Details
httpClient
The HttpClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpClient.
httpClient?: HttpClient
Property Value
Inherited From PipelineOptions.httpClient
keepAliveOptions
Options for how HTTP connections should be maintained for future requests.
keepAliveOptions?: KeepAliveOptions
Property Value
Inherited From PipelineOptions.keepAliveOptions
proxyOptions
Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettings
Property Value
Inherited From PipelineOptions.proxyOptions
redirectOptions
Options for how redirect responses are handled.
redirectOptions?: RedirectOptions
Property Value
Inherited From PipelineOptions.redirectOptions
retryOptions
Options that control how to retry failed requests.
retryOptions?: RetryOptions
Property Value
Inherited From PipelineOptions.retryOptions
userAgentOptions
Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentOptions
Property Value
Inherited From PipelineOptions.userAgentOptions