InternalPipelineOptions interface

Defines options that are used to configure internal options of the HTTP pipeline for an SDK client.

Extends

Properties

decompressResponse

Configure whether to decompress response according to Accept-Encoding header (node-fetch only)

deserializationOptions

Options to configure API response deserialization.

loggingOptions

Options to configure request/response logging.

sendStreamingJson

Send JSON Array payloads as NDJSON.

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

decompressResponse

Configure whether to decompress response according to Accept-Encoding header (node-fetch only)

decompressResponse?: boolean

Property Value

boolean

deserializationOptions

Options to configure API response deserialization.

deserializationOptions?: DeserializationOptions

Property Value

loggingOptions

Options to configure request/response logging.

loggingOptions?: LogPolicyOptions

Property Value

sendStreamingJson

Send JSON Array payloads as NDJSON.

sendStreamingJson?: boolean

Property Value

boolean

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