Beamable SDK
|
A CloudSavingManifestEntry describes one file associated with a player's account, on the Beamable server. More...
Public Member Functions | |
CloudSavingManifestEntry (string bucketName, string key, int size, long lastModified, string eTag) | |
Public Attributes | |
string | bucketName |
An internal field. This will be marked as Obsolete in a future release. | |
string | key |
The unique key of the file. This can be used to determine which file this represents. | |
int | size |
The size of the file in Bytes | |
long | lastModified |
The timestamp of when the file was last updated on the remote Beamable server | |
string | eTag |
A checksum of the file contents | |
A CloudSavingManifestEntry describes one file associated with a player's account, on the Beamable server.