azure-storage-blobs
Public Member Functions | Static Public Attributes | List of all members
Azure::Storage::Blobs::Models::LeaseDurationType Class Referencefinal

Extensible enum used to identify the lease is of inifinite or fixed duration.

#include <blob_rest_client.hpp>

Public Member Functions

 LeaseDurationType (std::string value)
 
bool operator== (const LeaseDurationType &other) const
 
bool operator!= (const LeaseDurationType &other) const
 
const std::string & ToString () const
 

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const LeaseDurationType Infinite
 
AZ_STORAGE_BLOBS_DLLEXPORT static const LeaseDurationType Fixed
 

Member Data Documentation

◆ Fixed

const LeaseDurationType Azure::Storage::Blobs::Models::LeaseDurationType::Fixed
static

Fixed duration.

◆ Infinite

const LeaseDurationType Azure::Storage::Blobs::Models::LeaseDurationType::Infinite
static

Infinite duration.


The documentation for this class was generated from the following files: