Show / Hide Table of Contents

Class BlobRequestConditions

Specifies blob lease access conditions for a container or blob.

Inheritance
Azure.RequestConditions
BlobLeaseRequestConditions
BlobRequestConditions
AppendBlobRequestConditions
PageBlobRequestConditions
Inherited Members
BlobLeaseRequestConditions.TagConditions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobRequestConditions : Azure.Storage.Blobs.Models.BlobLeaseRequestConditions

Constructors

BlobRequestConditions()

Default constructor.

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.

Back to top Azure SDK for .NET