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

527 B

Collection

@GE{Collection}: A collection consists of documents. It is uniquely identified by its collection identifier. It also has a unique name that clients should use to identify and access it. Collections can be renamed. is will change the collection name, but not the collection identifier. Collections have a type that is specified by the user when the collection is created. There are currently two types: document and edge. The default type is document.