An object within the storage engine.
More...
|
| 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.
|
| 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 (for gRPC clients) or ISO string (for REST clients) 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.
|
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 (for gRPC clients) or ISO string (for REST clients) 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 (for gRPC clients) or ISO string (for REST clients) 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: