Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.WriteStorageObject Class Reference

More...

Inheritance diagram for Nakama.WriteStorageObject:
Nakama.IApiWriteStorageObject

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

Detailed Description

Property Documentation

◆ Collection

string Nakama.WriteStorageObject.Collection
getset

The collection to store the object.

Implements Nakama.IApiWriteStorageObject.

◆ Key

string Nakama.WriteStorageObject.Key
getset

The key for the object within the collection.

Implements Nakama.IApiWriteStorageObject.

◆ PermissionRead

int Nakama.WriteStorageObject.PermissionRead = 1
getset

The read access permissions for the object.

Implements Nakama.IApiWriteStorageObject.

◆ PermissionWrite

int Nakama.WriteStorageObject.PermissionWrite = 1
getset

The write access permissions for the object.

Implements Nakama.IApiWriteStorageObject.

◆ Value

string Nakama.WriteStorageObject.Value
getset

The value of the object.

Implements Nakama.IApiWriteStorageObject.

◆ Version

string Nakama.WriteStorageObject.Version
getset

The version hash of the object to check. Possible values are: ["", "*", "#hash#"]. if-match and if-none-match.

Implements Nakama.IApiWriteStorageObject.


The documentation for this class was generated from the following file: