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