Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
|
An identifier for a storage object. More...
Public Member Functions | |
override string | ToString () |
Properties | |
string | Collection [get, set] |
The collection which stores the object. | |
string | Key [get, set] |
The key of the object within the collection. | |
string | Version [get, set] |
The version hash of the object. | |
string | UserId [get, set] |
The user owner of the object. | |
Properties inherited from Nakama.IApiReadStorageObjectId | |
Properties inherited from Nakama.IApiDeleteStorageObjectId |
An identifier for a storage object.
|
inline |
|
getset |
The collection which stores the object.
Implements Nakama.IApiReadStorageObjectId.
|
getset |
The key of the object within the collection.
Implements Nakama.IApiReadStorageObjectId.
|
getset |
The user owner of the object.
Implements Nakama.IApiReadStorageObjectId.
|
getset |
The version hash of the object.
Implements Nakama.IApiDeleteStorageObjectId.