MetricsAdvisorClientOptions interface   
Client options used to configure Metrics Advisor 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?: HttpClientProperty Value
Inherited From PipelineOptions.httpClient
		keepAliveOptions
	  
	Options for how HTTP connections should be maintained for future requests.
keepAliveOptions?: KeepAliveOptionsProperty Value
Inherited From PipelineOptions.keepAliveOptions
		proxyOptions
	 
	Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettingsProperty Value
Inherited From PipelineOptions.proxyOptions
		redirectOptions
	 
	Options for how redirect responses are handled.
redirectOptions?: RedirectOptionsProperty Value
Inherited From PipelineOptions.redirectOptions
		retryOptions
	 
	Options that control how to retry failed requests.
retryOptions?: RetryOptionsProperty Value
Inherited From PipelineOptions.retryOptions
		userAgentOptions
	  
	Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentOptionsProperty Value
Inherited From PipelineOptions.userAgentOptions