Server
collection.deny(options)
Override allow rules.
Options
- insert, update, remove Function
-
Functions that look at a proposed modification to the database and return true if it should be denied, even if an allow rule says otherwise.
- fetch Array of Strings
-
Optional performance enhancement. Limits the fields that will be fetched from the database for inspection by your
updateandremovefunctions. - transform Function
-
Overrides
transformon theCollection. Passnullto disable transformation.
Please login to continue.