Class BlobRequestConditions
Specifies blob lease access conditions for a container or blob.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobRequestConditions : Azure.Storage.Blobs.Models.BlobLeaseRequestConditions
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
System.String
|
Methods
ToString()
Converts the value of the current RequestConditions object to its equivalent string representation.
Declaration
public override string ToString ();
Returns
System.String
A string representation of the RequestConditions. |