An object within the storage engine.  
 More...
|  | 
| string | Collection  [get] | 
|  | The collection which stores the object. 
 | 
| string | CreateTime  [get] | 
|  | The UNIX time 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 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.Console.IApiStorageObject.Collection |  | get | 
 
The collection which stores the object. 
 
 
◆ CreateTime
  
  | 
        
          | string Nakama.Console.IApiStorageObject.CreateTime |  | get | 
 
The UNIX time when the object was created. 
 
 
◆ Key
  
  | 
        
          | string Nakama.Console.IApiStorageObject.Key |  | get | 
 
The key of the object within the collection. 
 
 
◆ PermissionRead
  
  | 
        
          | int Nakama.Console.IApiStorageObject.PermissionRead |  | get | 
 
The read access permissions for the object. 
 
 
◆ PermissionWrite
  
  | 
        
          | int Nakama.Console.IApiStorageObject.PermissionWrite |  | get | 
 
The write access permissions for the object. 
 
 
◆ UpdateTime
  
  | 
        
          | string Nakama.Console.IApiStorageObject.UpdateTime |  | get | 
 
The UNIX time when the object was last updated. 
 
 
◆ UserId
  
  | 
        
          | string Nakama.Console.IApiStorageObject.UserId |  | get | 
 
The user owner of the object. 
 
 
◆ Value
  
  | 
        
          | string Nakama.Console.IApiStorageObject.Value |  | get | 
 
 
◆ Version
  
  | 
        
          | string Nakama.Console.IApiStorageObject.Version |  | get | 
 
The version hash of the object. 
 
 
The documentation for this interface was generated from the following file: