Type alias SimpleQueryRemoveByExampleResult

SimpleQueryRemoveByExampleResult: {
    deleted: number;
}

Result of removing documents by an example.

See DocumentCollection#removeByExample and EdgeCollection#removeByExample.

Type declaration

  • deleted: number

    Number of documents removed.

Deprecated

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