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

An object within the storage engine. More...

Inherited by Nakama.Console.ApiStorageObject.

Properties

string Collection [get]
 The collection which stores the object.
 
string CreateTime [get]
 The UNIX time 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 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.Console.IApiStorageObject.Collection
get

The collection which stores the object.

◆ CreateTime

string Nakama.Console.IApiStorageObject.CreateTime
get

The UNIX time when the object was created.

◆ Key

string Nakama.Console.IApiStorageObject.Key
get

The key of the object within the collection.

◆ PermissionRead

int Nakama.Console.IApiStorageObject.PermissionRead
get

The read access permissions for the object.

◆ PermissionWrite

int Nakama.Console.IApiStorageObject.PermissionWrite
get

The write access permissions for the object.

◆ UpdateTime

string Nakama.Console.IApiStorageObject.UpdateTime
get

The UNIX time when the object was last updated.

◆ UserId

string Nakama.Console.IApiStorageObject.UserId
get

The user owner of the object.

◆ Value

string Nakama.Console.IApiStorageObject.Value
get

The value of the object.

◆ Version

string Nakama.Console.IApiStorageObject.Version
get

The version hash of the object.


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