Microsoft Azure Storage Client Library for C++  7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
Public Types | List of all members
azure::storage::container_listing_details Struct Reference

Specifies which details to include when listing the containers in this storage account. More...

Public Types

enum  values { none = 0x0, metadata = 1 << 0, all = metadata }
 

Detailed Description

Specifies which details to include when listing the containers in this storage account.

Member Enumeration Documentation

◆ values

Enumerator
none 

No additional details.

metadata 

Retrieve container metadata.

all 

Retrieve all available details.