资源文档
数据库和/或集合资源
{ db: <database>, collection: <collection> }指定一个数据库中的集合作为操作资源
{ db: "products", collection: "inventory" }指定一个数据库为资源
通过数据库指定集合作为操作资源
指定所有数据库中的非 system 集合
集群资源
anyResource
anyResource最后更新于