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

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

#include <blob_options.hpp>

Public Attributes

Azure::Nullable< std::string > Prefix
 Specifies a string that filters the results to return only containers whose name begins with the specified prefix.
 
Azure::Nullable< std::string > ContinuationToken
 A string value that identifies the portion of the list of containers to be returned with the next listing operation. The operation returns a non-empty ListBlobContainersSegment.ContinuationToken value if the listing operation did not return all containers remaining to be listed with the current segment. The ContinuationToken value can be used as the value for the ContinuationToken parameter in a subsequent call to request the next segment of list items.
 
Azure::Nullable< int32_t > PageSizeHint
 Specifies the maximum number of containers to return.
 
Models::ListBlobContainersIncludeFlags Include = Models::ListBlobContainersIncludeFlags::None
 Specifies that the container's metadata be returned.
 

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