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

Optional parameters for Azure::Storage::Blobs::BlobServiceClient::FindBlobsByTags.

#include <blob_options.hpp>

Public Attributes

Azure::Nullable< std::string > ContinuationToken
 A string value that identifies the portion of the result set to be returned with the next operation. The operation returns a ContinuationToken value within the response body if the result set returned was not complete. The ContinuationToken value may then be used in a subsequent call to request the next set of items..
 
Azure::Nullable< int32_t > PageSizeHint
 Specifies the maximum number of blobs to return.
 

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