GameSaveContainerInfo.TotalSize Property
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.
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
Type: Number [JavaScript] | System.UInt64 [.NET] | uint64 [C++]
Total size, in bytes, of the game save container and its blobs.