Interface CreateOptions<IDType>

Options to customize the Put/Add Operation. Each option is optional and advisory. stores are not required to implement or respond to any property.

Type Parameters

Hierarchy

  • CreateOptions

Properties

Properties

id?: IDType

Indicates the identity of the item, when a new object is created. *

overwrite?: boolean

Flag that indicates that a new object should overwrite an existing object.

If set to 'true', no new object should be created, but an existing object should be updated. If set to 'false' a new object should be created (which is the same as an add() operation).

Generated using TypeDoc