GameSaveBlobInfo Class

Definition

Contains information about a game save blob. Call GameSaveBlobInfoQuery.GetBlobInfoAsync to obtain a GameSaveBlobInfo instance.

public ref class GameSaveBlobInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.XboxLive.StorageApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GameSaveBlobInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.XboxLive.StorageApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GameSaveBlobInfo
Public NotInheritable Class GameSaveBlobInfo
Inheritance
Object Platform::Object IInspectable GameSaveBlobInfo
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

Call GameSaveContainer.CreateBlobInfoQuery to create a GameSaveBlobInfoQuery that contains GameSaveBlobInfo instances of the specified blobs.

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

Name

Name of the blob.

Size

Size, in bytes, of the blob.

Applies to

See also