Class BulkInsertInitiator

Send packets to a bulk insertion target.

Hierarchy

  • BulkInsertInitiator

Implements

Constructors

Methods

Constructors

Methods

  • Send packets to the target.

    A resolved Promise means the packets are scheduled for transmission. It does not imply the target has received or accepted these packets.

    Parameters

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

    Returns Promise<void>

Generated using TypeDoc