[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Represents a set of options that may be specified on a request.
The following tables list the members exposed by the BlobRequestOptions type.
Public Constructors
Name | Description | |
---|---|---|
BlobRequestOptions | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
AccessCondition | Gets or sets the access condition for the request. | |
BlobListingDetails | Gets or sets options for listing blobs. | |
CopySourceAccessCondition | Gets or sets the access condition on the source blob, when the request is to copy a blob. | |
DeleteSnapshotsOption | Gets or sets options for deleting snapshots when a blob is to be deleted. | |
RetryPolicy | Gets or sets the retry policy for the request. | |
Timeout | Gets or sets the service timeout for the request. | |
UseFlatBlobListing | Gets or sets a value indicating whether the blob listing operation will list all blobs in a container in a flat listing, or whether it will list blobs hierarchically, by virtual directory. |
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) |