mirror of https://gitee.com/bigwinds/arangodb
512 B
512 B
DocumentKey
@GE{Document Key}: A document key uniquely identifies a document
in a given collection. It can and should be used by clients when
specific documents are searched.
Document keys are stored in the _key
attribute of documents.
The key values are automatically indexed by ArangoDB so looking
up a document by its key is regularly a fast operation.
The _key
value of a document is immutable once the document has
been created.