BlobBreakLeaseOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlobBreakLeaseOptions
- com.
public class BlobBreakLeaseOptions
Extended options that may be passed when breaking a lease to a blob or container.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobBreakLeaseOptions() |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
BlobBreakLeaseOptions
public BlobBreakLeaseOptions()
Method Details
getBreakPeriod
public Duration getBreakPeriod()
Returns:
An optional duration, between 0 and 60 seconds, that the lease should continue before
it is broken. If the break period is longer than the time remaining on the lease the remaining time on the lease
is used. A new lease will not be available before the break period has expired, but the lease may be held for
longer than the break period.
getRequestConditions
setBreakPeriod
public BlobBreakLeaseOptions setBreakPeriod(Duration breakPeriod)
Parameters:
breakPeriod
- An optional duration, between 0 and 60 seconds, that the lease should continue before
it is broken. If the break period is longer than the time remaining on the lease the remaining time on the lease
is used. A new lease will not be available before the break period has expired, but the lease may be held for
longer than the break period.
Returns:
The updated options.
setRequestConditions
public BlobBreakLeaseOptions setRequestConditions(BlobLeaseRequestConditions requestConditions)
Parameters:
requestConditions
- BlobLeaseRequestConditions
Returns:
The updated options.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java