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

16 lines
280 B
Plaintext

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