Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiWriteStorageObject Interface Reference

The object to store. More...

Inheritance diagram for Nakama.IApiWriteStorageObject:
Nakama.WriteStorageObject

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.
 

Detailed Description

The object to store.

Property Documentation

◆ Collection

string Nakama.IApiWriteStorageObject.Collection
get

The collection to store the object.

Implemented in Nakama.WriteStorageObject.

◆ Key

string Nakama.IApiWriteStorageObject.Key
get

The key for the object within the collection.

Implemented in Nakama.WriteStorageObject.

◆ PermissionRead

int Nakama.IApiWriteStorageObject.PermissionRead
get

The read access permissions for the object.

Implemented in Nakama.WriteStorageObject.

◆ PermissionWrite

int Nakama.IApiWriteStorageObject.PermissionWrite
get

The write access permissions for the object.

Implemented in Nakama.WriteStorageObject.

◆ Value

string Nakama.IApiWriteStorageObject.Value
get

The value of the object.

Implemented in Nakama.WriteStorageObject.

◆ Version

string Nakama.IApiWriteStorageObject.Version
get

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

Implemented in Nakama.WriteStorageObject.


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