Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
Loading...
Searching...
No Matches
Nakama.IApiStorageObject Interface Reference

An object within the storage engine. More...

Properties

string Collection [get]
 The collection which stores the object.
string CreateTime [get]
 The UNIX time (for gRPC clients) or ISO string (for REST clients) when the object was created.
string Key [get]
 The key of 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 UpdateTime [get]
 The UNIX time (for gRPC clients) or ISO string (for REST clients) when the object was last updated.
string UserId [get]
 The user owner of the object.
string Value [get]
 The value of the object.
string Version [get]
 The version hash of the object.

Detailed Description

An object within the storage engine.

Property Documentation

◆ Collection

string Nakama.IApiStorageObject.Collection
get

The collection which stores the object.

◆ CreateTime

string Nakama.IApiStorageObject.CreateTime
get

The UNIX time (for gRPC clients) or ISO string (for REST clients) when the object was created.

◆ Key

string Nakama.IApiStorageObject.Key
get

The key of the object within the collection.

◆ PermissionRead

int Nakama.IApiStorageObject.PermissionRead
get

The read access permissions for the object.

◆ PermissionWrite

int Nakama.IApiStorageObject.PermissionWrite
get

The write access permissions for the object.

◆ UpdateTime

string Nakama.IApiStorageObject.UpdateTime
get

The UNIX time (for gRPC clients) or ISO string (for REST clients) when the object was last updated.

◆ UserId

string Nakama.IApiStorageObject.UserId
get

The user owner of the object.

◆ Value

string Nakama.IApiStorageObject.Value
get

The value of the object.

◆ Version

string Nakama.IApiStorageObject.Version
get

The version hash of the object.


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