DataLakeLeaseClient class

속성

leaseId
url

생성자 세부 정보

DataLakeLeaseClient(BlobLeaseClient)

new DataLakeLeaseClient(client: BlobLeaseClient)

매개 변수

속성 세부 정보

leaseId

string leaseId

속성 값

string

url

string url

속성 값

string

메서드 세부 정보

acquireLease(number, LeaseOperationOptions)

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

매개 변수

duration

number

반품

breakLease(number, LeaseOperationOptions)

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

매개 변수

breakPeriod

number

반품

changeLease(string, LeaseOperationOptions)

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

매개 변수

proposedLeaseId

string

반품

releaseLease(LeaseOperationOptions)

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

매개 변수

반품

renewLease(LeaseOperationOptions)

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

매개 변수

반품

Promise<Lease>