1
0
Fork 0
arangodb/Documentation/Examples/shell_index-read

5 lines
177 B
Plaintext

arango> db.example.getIndexes().map(function(x) { return x.id; });
["93013/0"]
arango> db.example.index("93013/0");
{ "id" : "93013/0", "type" : "primary", "fields" : ["_id"] }