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

Function bulkUpdate

  • bulkUpdate<CItem = Item>(
        collectionId: string,
        items: CItem[],
        options?: WeivDataOptionsWriteOwner,
    ): Promise<BulkUpdateResult<CItem>>
  • Type Parameters

    • CItem = Item

    Parameters

    • collectionId: string

      The ID of the collection that contains the item to update.

    • items: CItem[]

      The items to update.

    • Optionaloptions: WeivDataOptionsWriteOwner

      An object containing options to use when processing this operation.

    Returns Promise<BulkUpdateResult<CItem>>

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

    Description

    Updates a number of items in a collection.

    • Defined in weivdata.d.ts:1131

Settings

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

Generated using TypeDoc