Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BlobLeaseClient

Package version

A client that manages leases for a ContainerClient or a BlobClient.

export

Hierarchy

  • BlobLeaseClient

Index

Constructors

constructor

  • Creates an instance of BlobLeaseClient.

    memberof

    BlobLeaseClient

    Parameters

    • client: ContainerClient | BlobClient

      The client to make the lease operation requests.

    • Optional leaseId: undefined | string

      Initial proposed lease id.

    Returns BlobLeaseClient

Accessors

leaseId

  • get leaseId(): string
  • Gets the lease Id.

    readonly
    memberof

    BlobLeaseClient

    Returns string

url

  • get url(): string
  • Gets the url.

    readonly
    memberof

    BlobLeaseClient

    Returns string

Methods

acquireLease

breakLease

changeLease

releaseLease

renewLease

Generated using TypeDoc