A storage acknowledgement.
More...
Inherited by Nakama.ApiStorageObjectAck.
|
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.
|
|
A storage acknowledgement.
◆ 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 |
◆ Version
string Nakama.IApiStorageObjectAck.Version |
|
get |
The version hash of the object.
The documentation for this interface was generated from the following file: