Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataLakeLeaseClient

Package version

Hierarchy

  • DataLakeLeaseClient

Index

Constructors

constructor

Accessors

leaseId

  • get leaseId(): string

url

  • get url(): string

Methods

acquireLease

  • acquireLease(duration: number, options?: LeaseOperationOptions): Promise<LeaseOperationResponse>

breakLease

  • breakLease(breakPeriod: number, options?: LeaseOperationOptions): Promise<LeaseOperationResponse>

changeLease

  • changeLease(proposedLeaseId: string, options?: LeaseOperationOptions): Promise<LeaseOperationResponse>

releaseLease

  • releaseLease(options?: LeaseOperationOptions): Promise<LeaseOperationResponse>

renewLease

  • renewLease(options?: LeaseOperationOptions): Promise<Lease>

Generated using TypeDoc