Creates a blob query for blobs that start with the given prefix within this Connected Storage container.
public:
BlobInfoQueryResult^ CreateBlobInfoQuery(
String^ blobNamePrefix
)
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.
Type: BlobInfoQueryResult
Returns the blobs matching the specified prefix. Blob info is returned in order of most recently modified first.
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd
ConnectedStorageContainer Class