Type alias SimpleQueryRemoveByExampleOptions

SimpleQueryRemoveByExampleOptions: {
    limit?: number;
    waitForSync?: boolean;
}

Options for removing documents by example.

Deprecated

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

Type declaration

  • Optional limit?: number

    Maximum number of documents to return.

  • Optional waitForSync?: boolean

    If set to true, the request will wait until all modifications have been synchronized to disk before returning successfully.

    Default: false

Generated using TypeDoc