Class BulkInsertInitiator

Send packets to a bulk insertion target.

Hierarchy

  • TypedEventTarget<EventMap>
    • BulkInsertInitiator

Implements

Constructors

Methods

Constructors

Methods

  • Finish insertion and close the connection to the target.

    Returns Promise<void>

    Remarks

    .insert() cannot be called after this.

  • Send packets to the target.

    Parameters

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

    Returns Promise<void>

    Promise that resolves when the packets are scheduled for transmission. It does not imply the target has received or accepted these packets.