Type alias SimpleQueryReplaceByExampleResult

SimpleQueryReplaceByExampleResult: {
    replaced: number;
}

Result of replacing documents by an example.

See replaceByExample and replaceByExample.

Deprecated

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

Type declaration

  • replaced: number

    Number of documents replaced.

Generated using TypeDoc