BlobRequestOptions Members

Storage Client Library NET API

[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.]

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

 NameDescription
BlobRequestOptionsOverloaded.  
Top

Public Properties

 NameDescription
public propertyAccessConditionGets or sets the access condition for the request.
public propertyBlobListingDetailsGets or sets options for listing blobs.
public propertyCopySourceAccessConditionGets or sets the access condition on the source blob, when the request is to copy a blob.
public propertyDeleteSnapshotsOptionGets or sets options for deleting snapshots when a blob is to be deleted.
public propertyRetryPolicyGets or sets the retry policy for the request.
public propertyTimeoutGets or sets the service timeout for the request.
public propertyUseFlatBlobListingGets 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.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also