Skip to main content

Microsoft.Xbox.Wrappers.XGameSave.Provider.QueryContainerBlobs

Returns a vector of BlobInfo objects that identify the blobs (files) in the specified container.

Syntax

Parameters

containerName _In_
Type: std::string
The name of the container to query.

Return value

Type: BlobInfoSet Returns a BlobInfoSet object, which is a vector of BlobInfo objects.

Remarks

Each BlobInfo structure contains the name and size of one blob in the container. You must call the Initialize method before you can call any other method from the Provider class. To return a vector of container names that match the supplied name prefix, call QueryContainers.

Requirements

Header: xgamesavewrappers.hpp Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

Microsoft.Xbox.Wrappers.XGameSave.Provider
XGameSave wrapper members
BlobInfo
BlobInfoSet
Last modified on August 20, 2026