为什么必须将toArray()函数添加到listIndexes()才能获取所有索引名称。 toArray()函数有什么作用?
client.db('myproject').collection('hillary').listIndexes().toArray((x1,x2)=>{console.log(x2)})
答案 0 :(得分:1)
~/.gradle/caches
将返回一个游标,因此您在返回的游标上调用listIndexes()
,以取回所有文档并将其存储在内存中。
https://mongodb.github.io/node-mongodb-native/api-generated/cursor.html#toarray