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

16 lines
274 B
Plaintext

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