DigitalTwinsClientOptions interface

Extends

Properties

apiVersion

Api Version

Inherited Properties

httpClient

The HttpClient implementation to use for outgoing HTTP requests. Defaults to DefaultHttpClient.

keepAliveOptions

Options for how HTTP connections should be maintained for future requests.

proxyOptions

Options to configure a proxy for outgoing requests.

redirectOptions

Options for how redirect responses are handled.

retryOptions

Options that control how to retry failed requests.

userAgentOptions

Options for adding user agent details to outgoing requests.

Property Details

apiVersion

Api Version

apiVersion?: string

Property Value

string

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