Type alias SimpleQueryReplaceByExampleResult

SimpleQueryReplaceByExampleResult: {
    replaced: number;
}

Result of replacing documents by an example.

See DocumentCollection#replaceByExample and EdgeCollection#replaceByExample.

Type declaration

  • replaced: number

    Number of documents replaced.

Deprecated

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