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

Response type for Azure::Storage::Blobs::BlobContainerClient::ListBlobs.

#include <blob_responses.hpp>

Inheritance diagram for Azure::Storage::Blobs::ListBlobsPagedResponse:

Public Attributes

std::string ServiceEndpoint
 
std::string BlobContainerName
 
std::string Prefix
 
std::vector< Models::BlobItemBlobs
 

Friends

class BlobContainerClient
 
class Azure::Core::PagedResponse< ListBlobsPagedResponse >
 

Member Data Documentation

◆ BlobContainerName

std::string Azure::Storage::Blobs::ListBlobsPagedResponse::BlobContainerName

Name of the container.

◆ Blobs

std::vector<Models::BlobItem> Azure::Storage::Blobs::ListBlobsPagedResponse::Blobs

Blob items.

◆ Prefix

std::string Azure::Storage::Blobs::ListBlobsPagedResponse::Prefix

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

◆ ServiceEndpoint

std::string Azure::Storage::Blobs::ListBlobsPagedResponse::ServiceEndpoint

Service endpoint.


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