Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoragePipelineOptions

Package version

Options interface for the newPipeline function.

Hierarchy

  • StoragePipelineOptions

Index

Properties

Optional audience

audience: string | string[]

The audience used to retrieve an AAD token.

Optional httpClient

httpClient: IHttpClient

Configures the HTTP client to send requests and receive responses.

Optional keepAliveOptions

keepAliveOptions: KeepAliveOptions

Keep alive configurations. Default keep-alive is enabled.

Optional proxyOptions

proxyOptions: ProxyOptions

Options to configure a proxy for outgoing requests.

Optional retryOptions

retryOptions: StorageRetryOptions

Configures the built-in retry policy behavior.

Optional userAgentOptions

userAgentOptions: UserAgentOptions

Options for adding user agent details to outgoing requests.

Generated using TypeDoc