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