• Type Parameters

    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.

    Updates a number of items in a collection.