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

Optional parameters for BlobServiceClient::ListBlobContainers. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< std::string > Prefix
 Specifies a string that filters the results to return only containers whose name begins with the specified prefix.
 
Azure::Core::Nullable< std::string > Marker
 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 ListContainersSegment.NextMarker value if the listing operation did not return all containers remaining to be listed with the current segment. The NextMarker value can be used as the value for the Marker parameter in a subsequent call to request the next segment of list items.
 
Azure::Core::Nullable< int32_t > MaxResults
 Specifies the maximum number of containers to return.
 
ListBlobContainersIncludeItem Include = ListBlobContainersIncludeItem::None
 Specifies that the container's metadata be returned.
 

Detailed Description

Optional parameters for BlobServiceClient::ListBlobContainers.


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