mirror of https://gitee.com/bigwinds/arangodb
11 lines
486 B
Markdown
11 lines
486 B
Markdown
CollectionName {#GlossaryCollectionName}
|
|
========================================
|
|
|
|
@GE{Collection Name}: A collection name identifies a collection in a
|
|
database. It is an string and is unique within the database. Unlike
|
|
the collection identifier it is supplied by the creator of the
|
|
collection. The collection name can consist of letters, digits and
|
|
the characters `_` (underscore) and `-` (dash). Please refer
|
|
to @ref NamingConventions for more information on valid collection
|
|
names.
|