1
0
Fork 0
arangodb/Documentation/Examples/documentsCollectionLast.gen...

16 lines
274 B
Plaintext

arangosh> db.example.last(2);
[
{
"_id" : "example/244082134",
"_key" : "244082134",
"_rev" : "244082134",
"Foo" : "bar"
},
{
"_id" : "example/243754454",
"_key" : "243754454",
"_rev" : "243754454",
"Hello" : "world"
}
]