Share via


GameSaveContainerInfo.TotalSize Property

Definition

The total size, in bytes, of the game save container and its blobs.

public:
 property unsigned long long TotalSize { unsigned long long get(); };
uint64_t TotalSize();
public ulong TotalSize { get; }
var uInt64 = gameSaveContainerInfo.totalSize;
Public ReadOnly Property TotalSize As ULong

Property Value

UInt64

unsigned long long

uint64_t

Type: Number [JavaScript] | System.UInt64 [.NET] | uint64 [C++]

Total size, in bytes, of the game save container and its blobs.

Applies to

See also