Beamable SDK
|
A CloudMetaData represents a piece of game data that can be overridden by the server, or by specific cohorts for players. This structure is the metadata about the game data itself. You can use the uri field to resolve the data. More...
Public Attributes | |
long | sid |
The unique id of this particular cloud data reference | |
long | version |
The version of the cloud data reference. If you update the cloud data from the portal, this version increases. | |
string | ref |
The name of the base game cloud data that this player cloud data refers to. Every player cloud data must be attached to a base game piece of data. | |
string | uri |
A uri that points to the data for the cloud data. You can use the IHttpRequester to request this data. | |
CohortEntry | cohort |
The player may be in a special cohort that changes the default uri and resulting data. The CohortEntry.trial is The CohortEntry.cohort is | |
Properties | |
bool | IsDefault [get] |
A CloudMetaData represents a piece of game data that can be overridden by the server, or by specific cohorts for players. This structure is the metadata about the game data itself. You can use the uri field to resolve the data.