StorageObjectId
struct in Coherence.Cloud
A unique identifier for an object stored in CloudStorage.
Constructors
StorageObjectId | Initializes a new instance of the StorageObjectId struct. |
Fields
MaxLength | The maximum number of characters an id can contain. |
Properties
Id | A unique identifier for the object, to distinguish it from other objects of the same Type. For example, the id of a particular player account. |
Type | Type of the object. For example, "Inventory", "Player" or "Settings". |
Methods
Equals | |
GetHashCode | |
ToString |
Operators
op_Equality | |
op_Implicit | |
op_Inequality |