Represents a set of timeout and retry policy options that may be specified for a request against the Blob service.
The following tables list the members exposed by the BlobRequestOptions type.
Public Constructors
Name | Description | |
---|---|---|
BlobRequestOptions | Initializes a new instance of the BlobRequestOptions class. |
Public Properties
Name | Description | |
---|---|---|
DisableContentMD5Validation | Gets or sets a value to indicate that MD5 validation will be disabled when downloading blobs. | |
LocationMode | Gets or sets the location mode of the request. | |
MaximumExecutionTime | Gets or sets the maximum execution time across all potential retries for the request. | |
ParallelOperationThreadCount | Gets or sets the number of blocks that may be simultaneously uploaded when uploading a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property in size. | |
RetryPolicy | Gets or sets the retry policy for the request. | |
ServerTimeout | Gets or sets the server timeout interval for the request. | |
SingleBlobUploadThresholdInBytes | Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob. | |
StoreBlobContentMD5 | Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a blob. | |
UseTransactionalMD5 | Gets or sets a value to calculate and send/validate content MD5 for transactions. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |