excludeTxnFromChangeStreams property
When exclude_txn_from_change_streams
is set to true
: * Modifications
from all transactions in this batch write operation will not be recorded
in change streams with DDL option allow_txn_exclusion=true
that are
tracking columns modified by these transactions.
- Modifications from all transactions in this batch write operation will
be recorded in change streams with DDL option
allow_txn_exclusion=false or not set
that are tracking columns modified by these transactions. Whenexclude_txn_from_change_streams
is set tofalse
or not set, Modifications from all transactions in this batch write operation will be recorded in all change streams that are tracking columns modified by these transactions.
Optional.
Implementation
core.bool? excludeTxnFromChangeStreams;