Type alias SimpleQueryUpdateByExampleResult

SimpleQueryUpdateByExampleResult: {
    updated: number;
}

Result of updating documents by an example.

See updateByExample and updateByExample.

Deprecated

Simple Queries have been deprecated in ArangoDB 3.4 and can be replaced with AQL queries.

Type declaration

  • updated: number

    Number of documents updated.

Generated using TypeDoc