GameSaveContainerInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a game save container.
public ref class GameSaveContainerInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveContainerInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveContainerInfo
Public NotInheritable Class GameSaveContainerInfo
- Inheritance
- Attributes
Windows requirements
Device family |
Xbox Live Extension SDK (introduced in 10.0.10240.0)
Windows 10 Fall Creators Update (introduced in 10.0.16299.0) |
API contract |
Windows.Gaming.XboxLive.StorageApiContract (introduced in v1.0)
|
Remarks
GameSaveContainerInfo provides information about a game save container including its name, display name, modified time, and size.
Important
This API is targeted towards UWP games and apps with Xbox Live Enabled. Calls to these APIs made from sources that are not Xbox Live enabled will not be able to sync data to the cloud.
Properties
DisplayName |
The name displayed to the user for this game save. |
LastModifiedTime |
Date and time that the game save container was last modified. |
Name |
The name of this game save container. |
NeedsSync |
Indicates whether the container needs to sync before updates can be submitted with SubmitUpdatesAsync or SubmitPropertySetUpdatesAsync. |
TotalSize |
The total size, in bytes, of the game save container and its blobs. |