1
0
Fork 0
arangodb/Documentation/Manual/GlossaryCollection.md

10 lines
442 B
Markdown

Collection {#GlossaryCollection}
================================
@GE{Collection}: A collection consists of documents. It is uniquely identified
by the server via its collection identifier. It also has a unique name that
clients should use to identify and access it.
Collections have a type that is specified by the user when the collection is
created. There currently are _document_ and _edge_ collections.
The default type is _document_.