Type alias SimpleQueryRemoveByExampleResult

SimpleQueryRemoveByExampleResult: {
    deleted: number;
}

Result of removing documents by an example.

See removeByExample and removeByExample.

Deprecated

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

Type declaration

  • deleted: number

    Number of documents removed.

Generated using TypeDoc