获取查询数量

collection.count()

参数

  1. db.collection('goods').where({
  2. category: 'computer',
  3. type: {
  4. memory: 8,
  5. }
  6. }).count().then(function(res) {
  7. })

响应参数

字段类型必填说明
codestring状态码,操作成功则不返回
messagestring错误描述
totalInteger计数结果
requestIdstring请求序列号,用于错误排查