Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
|
Properties | |
string | Collection [get, set] |
The collection to store the object. | |
string | Key [get, set] |
The key for the object within the collection. | |
int | PermissionRead = 1 [get, set] |
The read access permissions for the object. | |
int | PermissionWrite = 1 [get, set] |
The write access permissions for the object. | |
string | Value [get, set] |
The value of the object. | |
string | Version [get, set] |
The version hash of the object to check. Possible values are: ["", "*", "#hash#"]. if-match and if-none-match. | |
Properties inherited from Nakama.IApiWriteStorageObject |
|
getset |
The collection to store the object.
Implements Nakama.IApiWriteStorageObject.
|
getset |
The key for the object within the collection.
Implements Nakama.IApiWriteStorageObject.
|
getset |
The read access permissions for the object.
Implements Nakama.IApiWriteStorageObject.
|
getset |
The write access permissions for the object.
Implements Nakama.IApiWriteStorageObject.
|
getset |
The value of the object.
Implements Nakama.IApiWriteStorageObject.
|
getset |
The version hash of the object to check. Possible values are: ["", "*", "#hash#"]. if-match and if-none-match.
Implements Nakama.IApiWriteStorageObject.