blob_result_segment::blob_result_segment Constructor
Initializes a new instance of the blob_result_segment class.
blob_result_segment();
blob_result_segment(
std::vector<cloud_blob> blobs,
std::vector<cloud_blob_directory> directories,
azure::storage::continuation_token token
);
blob_result_segment(
blob_result_segment&& other
);
Parameters
- blobs
An enumerable collection of blob results.
- directories
An enumerable collection of blob directories results.
- token
The continuation token.
- other
A reference to a set of blob_result_segment on which to base the new instance.
Requirements
Header: blob.h
Namespace: azure::storage