Class BlobRequestConditions
Specifies blob lease access conditions for a container or blob.
Inheritance
Azure.RequestConditions
BlobRequestConditions
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobRequestConditions : Azure.RequestConditions
Constructors
BlobRequestConditions()
Declaration
public BlobRequestConditions ();
Properties
LeaseId
Optionally limit requests to resources with an active lease matching this Id.
Declaration
public string LeaseId { get; set; }
Property Value
String
|
Methods
ToString()
Converts the value of the current RequestConditions object to its equivalent string representation.
Declaration
public override string ToString ();
Returns
String
A string representation of the RequestConditions. |