The object to store.

Hierarchy

  • WriteStorageObject

Properties

collection?: string

The collection to store the object.

key?: string

The key for 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.

value?: object

The value of the object.

version?: string

The version hash of the object to check. Possible values are: ["", "*", "#hash#"].

Generated using TypeDoc