Class ClientOptions
Options that can be passed into the Storage Client
public class ClientOptions
  - Inheritance
 - 
      
      ClientOptions
 
- Inherited Members
 
Fields
HttpDownloadTimeout
The timespan to wait before an HTTP Upload Timesout See: https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.timeout?view=net-7.0
public TimeSpan HttpDownloadTimeout
  Field Value
HttpRequestTimeout
The timespan to wait before an HTTP Client request times out. See: https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.timeout?view=net-7.0
public TimeSpan HttpRequestTimeout
  Field Value
HttpUploadTimeout
The timespan to wait before an HTTP Upload Timesout See: https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.timeout?view=net-7.0
public TimeSpan HttpUploadTimeout