ConnectedStorageContainer.CreateBlobInfoQuery Method

Creates a blob query for blobs that start with the given prefix within this Connected Storage container.

Syntax

public:
BlobInfoQueryResult^ CreateBlobInfoQuery(
         String^ blobNamePrefix
)  

Parameters

blobNamePrefix
Type: String 

 The prefix to query for. If an empty (or null) string is provided for the prefix then all blobs for the title/user are listed.

Return value

Type: BlobInfoQueryResult 

Returns the blobs matching the specified prefix. Blob info is returned in order of most recently modified first.

Requirements

Namespace: Windows.Xbox.Storage

Metadata: windows.winmd

See also

Reference

ConnectedStorageContainer Class

ConnectedStorageContainer Members

Windows.Xbox.Storage Namespace