azure-storage-blobs
Public Attributes | Friends | List of all members
Azure::Storage::Blobs::ListBlobContainersPagedResponse Class Referencefinal

Response type for Azure::Storage::Blobs::BlobServiceClient::ListBlobContainers.

#include <blob_responses.hpp>

Inheritance diagram for Azure::Storage::Blobs::ListBlobContainersPagedResponse:

Public Attributes

std::string ServiceEndpoint
 
std::string Prefix
 
std::vector< Models::BlobContainerItemBlobContainers
 

Friends

class BlobServiceClient
 
class Azure::Core::PagedResponse< ListBlobContainersPagedResponse >
 
class Files::DataLake::ListFileSystemsPagedResponse
 

Member Data Documentation

◆ BlobContainers

std::vector<Models::BlobContainerItem> Azure::Storage::Blobs::ListBlobContainersPagedResponse::BlobContainers

Blob container items.

◆ Prefix

std::string Azure::Storage::Blobs::ListBlobContainersPagedResponse::Prefix

Container name prefix that's used to filter the result.

◆ ServiceEndpoint

std::string Azure::Storage::Blobs::ListBlobContainersPagedResponse::ServiceEndpoint

Service endpoint.


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