Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Api.CloudSaving.CloudSavingManifestEntry Class Reference

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
 

Detailed Description

A CloudSavingManifestEntry describes one file associated with a player's account, on the Beamable server.


The documentation for this class was generated from the following file: