Interface ArangoCollection

A marker interface identifying objects that can be used in AQL template strings to create references to ArangoDB collections.

See aql!aql.

interface ArangoCollection {
    name: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

name: string

Name of the collection.