访问触发器功能中的文档字段

时间:2020-09-20 21:48:38

标签: mongodb triggers mongodb-atlas

在触发函数中,我们得到以下内容:

//Access a mongodb service:
const collection = context.services.get(<SERVICE_NAME>).db("db_name").collection("coll_name");
const doc = collection.findOne({ name: "mongodb" });
// I try
return doc.name

为什么会导致:$undefined": true?如何访问名称字段?

0 个答案:

没有答案