Interface DataStore

Subset of repo DataStore functions needed by Producer.

Hierarchy

  • Insert
    • DataStore

Properties

Properties

insert: ((...args) => Promise<void>)

Type declaration

    • (...args): Promise<void>
    • Insert one or more Data packets.

      Arguments include:

      • an optional Options object
      • zero or more Data, Iterable, or AsyncIterable

      Parameters

      • Rest ...args: (Data | AnyIterable<Data>)[] | [{}, ...(Data | AnyIterable<Data>)[]]

      Returns Promise<void>

Generated using TypeDoc