Table of Contents

StorageObjectId

struct in Coherence.Cloud

A unique identifier for a storage object that can be stored in CloudStorage.

Constructors
StorageObjectId

Initializes a new instance of the StorageObjectId struct.

Fields
MaxLength

The maximum number of characters a storage object id can contain.

Properties
Id

Local identifier of the storage object, distinguishing it from other storage objects of the same Type.

For example, the UserId for a particular player.

Type

Type of the storage object.

For example, "Inventory", "Player" or "Settings".

Methods
Equals
GetHashCode
ToString
Operators
op_Equality
op_Implicit
op_Inequality