Windows.Xbox.Storage Namespace

Contains classes used for saving and loading data from connected storage.

Classes

  Name Description
BlobInfoQueryResult Contains the results of a blob query.
ConnectedStorageContainer Encapsulates connected storage.
ConnectedStorageSpace Manages the creation and retrieval of connected storage containers.
ContainerInfoQueryResult Contains the results of a container query. Returned by CreateContainerInfoQuery.

Structures

  Name Description
BlobInfo Contains information on a blob returned by BlobInfoQueryResult.
ContainerInfo Contains information on a container returned by GetContainerInfoAsync.
ContainerInfo2 Contains information on a container returned by GetContainerInfo2Async.

Enumerations

  Name Description
ConnectedStorageErrorStatus Error codes for connected storage operations.

Remarks

Note The Connected Storage API requires your title to have its title ID and service configuration ID (SCID) properly configured in order to work. For more information about these required IDs, see Setting Up Sandboxes for Xbox Live Development.

If you do not set your SCID and Title ID in the Package.appxmanifest properly, your Connected Storage API calls will fail with the following error code:

NoAccess - 0x80830002 - The operation failed because the title does not have write access to the container storage space.

If you do not have the ConnectedStorage service enabled for your SCID or you do not configure and publish your Xbox Live config properly, the Connected Storage API may present UI saying that it was unable to get your latest save data. See Xbox Live Services for more documentation.