mirror of https://gitee.com/bigwinds/arangodb
442 B
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.