lease_break_period Class
Specifies the proposed duration of seconds that the lease should continue before it is broken.
class lease_break_period;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::lease_break_period class that breaks a fixed-duration lease after the remaining lease period elapses, or breaks an infinite lease immediately. |
Public Methods
Name | Description |
---|---|
Indicates whether the lease_break_period object is valid. |
|
Gets the proposed duration for the lease before it is broken. |
Public Operators
Name | Description |
---|---|
Returns a reference to a lease_break_period object. |
Inheritance Hierarchy
lease_break_period
Requirements
Header: blob.h
Namespace: azure::storage