azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::BreakContainerLeaseOptions Struct Reference

Optional parameters for BlobContainerClient::BreakLease. More...

#include <blob_options.hpp>

Inheritance diagram for Azure::Storage::Blobs::BreakContainerLeaseOptions:

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< int32_t > breakPeriod
 Proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. This break period is only used if it is shorter than the time remaining on the lease. If longer, the time remaining 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.
 

Detailed Description

Optional parameters for BlobContainerClient::BreakLease.


The documentation for this struct was generated from the following file: