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

A storage acknowledgement. More...

Inherited by Nakama.ApiStorageObjectAck.

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.
 
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 owner of the object.
 
string Version [get]
 The version hash of the object.
 

Detailed Description

A storage acknowledgement.

Property Documentation

◆ Collection

string Nakama.IApiStorageObjectAck.Collection
get

The collection which stores the object.

◆ CreateTime

string Nakama.IApiStorageObjectAck.CreateTime
get

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

◆ Key

string Nakama.IApiStorageObjectAck.Key
get

The key of the object within the collection.

◆ UpdateTime

string Nakama.IApiStorageObjectAck.UpdateTime
get

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

◆ UserId

string Nakama.IApiStorageObjectAck.UserId
get

The owner of the object.

◆ Version

string Nakama.IApiStorageObjectAck.Version
get

The version hash of the object.


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