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 | Local identifier of the object, distinguishing it from other objects that share the same Type. For example, the UserId for a particular player. |
Type | Type of the object. For example, "Inventory", "Player" or "Settings". |
Methods
Equals | |
GetHashCode | |
ToString |
Operators
op_Equality | |
op_Implicit | |
op_Inequality |