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

A storage acknowledgement. More...

Inherited by Nakama.Console.ApiStorageObjectAck.

Properties

string Collection [get]
 The collection which stores the object.
 
string Key [get]
 The key of the object within the collection.
 
string UserId [get]
 The owner of the object.
 
string Version [get]
 The version hash of the object.
 

Detailed Description

A storage acknowledgement.

Property Documentation

◆ Collection

string Nakama.Console.IApiStorageObjectAck.Collection
get

The collection which stores the object.

◆ Key

string Nakama.Console.IApiStorageObjectAck.Key
get

The key of the object within the collection.

◆ UserId

string Nakama.Console.IApiStorageObjectAck.UserId
get

The owner of the object.

◆ Version

string Nakama.Console.IApiStorageObjectAck.Version
get

The version hash of the object.


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