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