CRUD verb matching the IAM action vocabulary. The producer normalizes Mongo change-stream operations into this set: insert → create, update/replace → update, delete → delete. read is absent because change streams only fire on mutations.
insert
create
update
replace
delete
read
CRUD verb matching the IAM action vocabulary. The producer normalizes Mongo change-stream operations into this set:
insert→create,update/replace→update,delete→delete.readis absent because change streams only fire on mutations.