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:
getRequestConditions
setBreakPeriod
public BlobBreakLeaseOptions setBreakPeriod(Duration breakPeriod)
Parameters:
Returns:
setRequestConditions
public BlobBreakLeaseOptions setRequestConditions(BlobLeaseRequestConditions requestConditions)
Parameters:
Returns: