Show / Hide Table of Contents

Class BlobLeaseRequestConditions

Specifies access conditions for leasing operations on a container or blob.

Inheritance
Azure.RequestConditions
BlobLeaseRequestConditions
BlobRequestConditions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobLeaseRequestConditions : Azure.RequestConditions

Constructors

BlobLeaseRequestConditions()

Default constructor.

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

Back to top Azure SDK for .NET