HOCO Unity SDK 0.0.15-Alpha
A Web3 SDK provided by HoneyComb
Loading...
Searching...
No Matches
LiveCloudDataabstract

This is the Base class for all LiveData objects that are used in Cloud Databases, you can inherit from this class to make your own Datatype. :O. More...

Inheritance diagram for LiveCloudData:
[legend]

Properties

string Id = string.Empty [get, set]
 This unique identifier is used to identify the object in the Cloud MongoDB Database. It is automatically generated when the object is created, and is used for Updating, Deleting, and Querying the object.
 

Detailed Description

This is the Base class for all LiveData objects that are used in Cloud Databases, you can inherit from this class to make your own Datatype. :O.

Property Documentation

◆ Id

string Id = string.Empty
getset

This unique identifier is used to identify the object in the Cloud MongoDB Database. It is automatically generated when the object is created, and is used for Updating, Deleting, and Querying the object.

Referenced by CloudAPI< T >.Update(), LiveItemBoxData.Update(), and LivePlayerData.Update().