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>