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
EachBlobInfo 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 consolesSee also
Microsoft.Xbox.Wrappers.XGameSave.ProviderXGameSave wrapper members
BlobInfo
BlobInfoSet
