StoragePipelineOptions interface
Options interface for the <xref:newPipeline> function.
Properties
http |
Configures the HTTP client to send requests and receive responses. |
keep |
Keep alive configurations. Default keep-alive is enabled. |
proxy |
Options to configure a proxy for outgoing requests. |
retry |
Configures the built-in retry policy behavior. |
user |
Options for adding user agent details to outgoing requests. |
Property Details
httpClient
Configures the HTTP client to send requests and receive responses.
httpClient?: IHttpClient
Property Value
IHttpClient
keepAliveOptions
Keep alive configurations. Default keep-alive is enabled.
keepAliveOptions?: KeepAliveOptions
Property Value
KeepAliveOptions
proxyOptions
Options to configure a proxy for outgoing requests.
proxyOptions?: ProxyOptions
Property Value
ProxyOptions
retryOptions
Configures the built-in retry policy behavior.
retryOptions?: StorageRetryOptions
Property Value
userAgentOptions
Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentOptions
Property Value
UserAgentOptions
Azure SDK for JavaScript