azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::FindBlobsByTagsOptions Struct Reference

Optional parameters for BlobServiceClient::FindBlobsByTags. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< std::string > Marker
 A string value that identifies the portion of the result set to be returned with the next operation. The operation returns a marker value within the response body if the result set returned was not complete. The marker value may then be used in a subsequent call to request the next set of items..
 
Azure::Core::Nullable< int32_t > MaxResults
 Specifies the maximum number of blobs to return.
 

Detailed Description

Optional parameters for BlobServiceClient::FindBlobsByTags.


The documentation for this struct was generated from the following file: