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

Optional parameters for BlobContainerClient::ListBlobsFlatSegment. 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 blobs whose name begins with the specified prefix.
 
Azure::Core::Nullable< std::string > Marker
 A string value that identifies the portion of the list of blobs to be returned with the next listing operation. The operation returns a non-empty BlobsFlatSegment.NextMarker value if the listing operation did not return all blobs 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 blobs to return.
 
ListBlobsIncludeItem Include = ListBlobsIncludeItem::None
 Specifies one or more datasets to include in the response.
 

Detailed Description

Optional parameters for BlobContainerClient::ListBlobsFlatSegment.


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