Class BlobLeaseRequestConditions
Specifies access conditions for leasing operations on a container or blob.
Inheritance
Azure.RequestConditions
BlobLeaseRequestConditions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobLeaseRequestConditions : Azure.RequestConditions
Constructors
BlobLeaseRequestConditions()
Declaration
public BlobLeaseRequestConditions ();
Properties
TagConditions
Optional SQL statement to apply to the Tags of the Blob.
Declaration
public string TagConditions { get; set; }
Property Value
System.String
|