• Preparing search index...
  • The search index is not available
WeivData API Reference | ExWeiv Apps
  • WeivData API Reference | ExWeiv Apps
  • bulkInsert

Function bulkInsert

  • bulkInsert<CItem = Item>(
        collectionId: string,
        items: CItem[],
        options?: WeivDataOptionsWrite,
    ): Promise<BulkInsertResult<CItem>>
  • Type Parameters

    • CItem = Item

    Parameters

    • collectionId: string

      The ID of the collection to add the items to.

    • items: CItem[]

      The items to add.

    • Optionaloptions: WeivDataOptionsWrite

      An object containing options to use when processing this operation.

    Returns Promise<BulkInsertResult<CItem>>

    Fulfilled - The results of the bulk insert. Rejected - The error that caused the rejection.

    Description

    Adds a number of items to a collection.

    • Defined in weivdata.d.ts:1039

Settings

Member Visibility
WeivData API Reference | ExWeiv Apps
  • Loading...

Generated using TypeDoc