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

442 B

Collection

@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.