Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
StoragePipelineOptions interface
- Package:
- @azure/storage-blob
Options interface for the newPipeline function.
Properties
| audience | The audience used to retrieve an AAD token. By default, audience 'https://storage.azure.com/.default' will be used. |
| httpClient | Configures the HTTP client to send requests and receive responses. |
| keepAliveOptions | Keep alive configurations. Default keep-alive is enabled. |
| proxyOptions | Options to configure a proxy for outgoing requests. |
| retryOptions | Configures the built-in retry policy behavior. |
| userAgentOptions | Options for adding user agent details to outgoing requests. |
Property Details
audience
The audience used to retrieve an AAD token. By default, audience 'https://storage.azure.com/.default' will be used.
audience?: string | string[]
Property Value
string | string[]
httpClient
Configures the HTTP client to send requests and receive responses.
httpClient?: RequestPolicy
Property Value
keepAliveOptions
Keep alive configurations. Default keep-alive is enabled.
keepAliveOptions?: KeepAliveOptions
Property Value
proxyOptions
Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettings
Property Value
retryOptions
Configures the built-in retry policy behavior.
retryOptions?: StorageRetryOptions
Property Value
userAgentOptions
Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentPolicyOptions
