An object within the storage engine.

Hierarchy

  • StorageObject

Properties

collection?: string

The collection which stores the object.

create_time?: string

The UNIX time when the object was created.

key?: string

The key of the object within the collection.

permission_read?: number

The read access permissions for the object.

permission_write?: number

The write access permissions for the object.

update_time?: string

The UNIX time when the object was last updated.

user_id?: string

The user owner of the object.

value?: object

The value of the object.

version?: string

The version hash of the object.

Generated using TypeDoc