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

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

#include <blob_responses.hpp>

Inheritance diagram for Azure::Storage::Blobs::FindBlobsByTagsPagedResponse:

Public Attributes

std::string ServiceEndpoint
 
std::vector< Models::TaggedBlobItemTaggedBlobs
 

Friends

class BlobServiceClient
 
class Azure::Core::PagedResponse< FindBlobsByTagsPagedResponse >
 

Member Data Documentation

◆ ServiceEndpoint

std::string Azure::Storage::Blobs::FindBlobsByTagsPagedResponse::ServiceEndpoint

Service endpoint.

◆ TaggedBlobs

std::vector<Models::TaggedBlobItem> Azure::Storage::Blobs::FindBlobsByTagsPagedResponse::TaggedBlobs

Blob items filtered by tag.


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