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

5 lines
176 B
Plaintext

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