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

11 lines
501 B
Markdown

CollectionName {#GlossaryCollectionName}
========================================
@GE{Collection Name}: A collection name identifies a collection in a
database. It is a string and is unique within the database. Unlike
the collection identifier it is supplied by the creator of the
collection. The collection name must consist of letters, digits and
the characters `_` (underscore), `-` (dash), and `:` (colon).
Please refer to @ref NamingConventions for more information on valid
collection names.