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

16 lines
274 B
Plaintext

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