Returns an array that holds a list of documents that identify and describe the existing indexes on the collection.
- [
callback
] (function)
A promise.
users.indexes().then((indexes) => {})
Returns an array that holds a list of documents that identify and describe the existing indexes on the collection.
callback
] (function)A promise.
users.indexes().then((indexes) => {})