DataLakeLeaseClient class
생성자
Data |
속성
lease |
|
url |
메서드
acquire |
|
break |
|
change |
|
release |
|
renew |
생성자 세부 정보
DataLakeLeaseClient(BlobLeaseClient)
속성 세부 정보
leaseId
string leaseId
속성 값
string
url
string url
속성 값
string
메서드 세부 정보
acquireLease(number, LeaseOperationOptions)
function acquireLease(duration: number, options?: LeaseOperationOptions): Promise<LeaseOperationResponse>
매개 변수
- duration
-
number
- options
- LeaseOperationOptions
반환
Promise<LeaseOperationResponse>
breakLease(number, LeaseOperationOptions)
function breakLease(breakPeriod: number, options?: LeaseOperationOptions): Promise<LeaseOperationResponse>
매개 변수
- breakPeriod
-
number
- options
- LeaseOperationOptions
반환
Promise<LeaseOperationResponse>
changeLease(string, LeaseOperationOptions)
function changeLease(proposedLeaseId: string, options?: LeaseOperationOptions): Promise<LeaseOperationResponse>
매개 변수
- proposedLeaseId
-
string
- options
- LeaseOperationOptions
반환
Promise<LeaseOperationResponse>
releaseLease(LeaseOperationOptions)
function releaseLease(options?: LeaseOperationOptions): Promise<LeaseOperationResponse>
매개 변수
- options
- LeaseOperationOptions
반환
Promise<LeaseOperationResponse>
renewLease(LeaseOperationOptions)
function renewLease(options?: LeaseOperationOptions): Promise<Lease>
매개 변수
- options
- LeaseOperationOptions
반환
Promise<Lease>