Asynchronously retrieves information for all the blobs that matched the query.
public:
IAsyncOperation<IVectorView<BlobInfo>^ >^ GetBlobInfoAsync(
uint32 startIndex,
uint32 maxNumberOfItems
)
startIndex
Type: uint32
The index of the first item to return.
maxNumberOfItems
Type: uint32
The maximum number of items to return.
Type: IAsyncOperation<IVectorView<BlobInfo>^ >
Returns BlobInfo objects for all the blobs that matched the query.
Note The order that BlobInfo objects are returned in is not guaranteed and may change in future. If ordering of these objects is important to your title, consider creating a blob to use as an index, which stores the ordering information you care about.
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd