An object within the storage engine.
More...
Inherited by Nakama.ApiStorageObject.
An object within the storage engine.
◆ Collection
string Nakama.IApiStorageObject.Collection |
|
get |
The collection which stores the object.
◆ CreateTime
string Nakama.IApiStorageObject.CreateTime |
|
get |
The UNIX time 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 when the object was last updated.
◆ UserId
string Nakama.IApiStorageObject.UserId |
|
get |
The user owner of the object.
◆ Value
string Nakama.IApiStorageObject.Value |
|
get |
◆ Version
string Nakama.IApiStorageObject.Version |
|
get |
The version hash of the object.
The documentation for this interface was generated from the following file: