Index Info
Used to retrieve the stats of an index.Response
number
required
The total number of documents in the database, that are ready to use.
number
required
The number of documents in the database, that are still processing and not ready to use.
Database Info
Alternatively, you can callinfo on the client itself, which will return information about the whole database:
Response
number
required
The total number of documents in the database, that are ready to use.
number
required
The number of documents in the database, that is still processing and not ready to
use.
number
required
The size of the database, in
b.Record<string, Object>
required
A map of indexes to their information in the following format