Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 1.29 KB

QueryUpdateMultiple.md

File metadata and controls

75 lines (38 loc) · 1.29 KB

quetch


quetch / QueryUpdateMultiple

Type Alias: QueryUpdateMultiple<T>

QueryUpdateMultiple<T>: object

Query for updating multiple items.

Type Parameters

T

Type declaration

context?

optional context: Context<T>

Common item properties to use for identifying the context in which to update the item.

filter?

optional filter: Filter<T>

limit?

optional limit: number

Sets the upper bound of the number of items to update.

method

method: "update"

multiple

multiple: true

offset?

optional offset: number

Offset of the first matching item to update.

order?

optional order: Order<T>[]

Order by which the items should be sorted.

parameters?

optional parameters: Parameters

Query parameters.

settings?

optional settings: QuerySettings<T>

Query settings.

value

value: readonly Partial<T>[]

Partial property values to update.

Defined in

lib/types/QueryUpdateMultiple.ts:10