-
Couldn't load subscription status.
- Fork 109
Closed
Labels
Feature RequestRequest for new functionality to be added to the driver.Request for new functionality to be added to the driver.HTTP APIRequest for an ArangoDB HTTP API currently missing in the driver.Request for an ArangoDB HTTP API currently missing in the driver.fixedIssue has been resolved but remains open due to a pending release.Issue has been resolved but remains open due to a pending release.
Description
Hello,
Is it possible to obtain index figures from ArangoJS, especially entries count, as can be done in arangosh with db.collection.figures(true) ?
We're trying to implement a broken index detection test, based on @jsteemann comment in the thread below:
arangodb/arangodb#13974 (comment)
Tried collection.figures(true), collection.indexes(true), collection.index('idx_foo', true)… with no success.
Thank you,
Greetings
Metadata
Metadata
Assignees
Labels
Feature RequestRequest for new functionality to be added to the driver.Request for new functionality to be added to the driver.HTTP APIRequest for an ArangoDB HTTP API currently missing in the driver.Request for an ArangoDB HTTP API currently missing in the driver.fixedIssue has been resolved but remains open due to a pending release.Issue has been resolved but remains open due to a pending release.