mirror of https://gitee.com/bigwinds/arangodb
8 lines
282 B
Markdown
8 lines
282 B
Markdown
Edge {#GlossaryEdge}
|
|
====================
|
|
|
|
@GE{Edge}: Edges in ArangoDB are special documents. In addition to the
|
|
internal attributes `_id` and `_rev`, they have two attributes
|
|
`_from` and `_to`, which contain document handles, namely the
|
|
start-point and the end-point of the edge.
|