Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArangoCollection

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

See aql.

Hierarchy

Implemented by

Index

Properties

Readonly isArangoCollection

isArangoCollection: true
internal

Indicates that this object represents an ArangoDB collection.

Readonly name

name: string

Name of the collection.

Generated using TypeDoc