ID - Metadata
Returns the internal unique ID of the document.
Output
Number:
Usage
ID()
Examples
Example 1
Query
LOAD tmp
AS ('': ID())
Result
1
Returns the internal unique ID of the document.
Number:
ID()
LOAD tmp
AS ('': ID())
1