在meteor-collection2中`denyInsert`的目的是什么?

时间:2015-02-15 15:35:35

标签: meteor database-schema meteor-collection2

aldeed:meteor-collection2中的denyInsert和denyUpdate选项的文档部分中,您可以选择将字段设置为denyInsert,这意味着包含该属性/字段的任何插入都将引发错误

这样做的用例是什么,而不是在模式中指定它,并使用filter选项删除模式中没有的属性?

0 个答案:

没有答案