Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientConfiguration

This interface defines the client configuration properties to be used at the client level

Hierarchy

  • ClientConfiguration

Properties

Optional bodyDuplexMode

bodyDuplexMode: any

Optional circuitBreaker

circuitBreaker: CircuitBreaker

Optional httpOptions

httpOptions: undefined | object

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the client NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts will not be made