excludeTxnFromChangeStreams property
When exclude_txn_from_change_streams is set to true: * Modifications
from this transaction will not be recorded in change streams with DDL
option allow_txn_exclusion=true that are tracking columns modified by
these transactions.
- Modifications from this transaction will be recorded in change streams
with DDL option
allow_txn_exclusion=false or not setthat are tracking columns modified by these transactions. Whenexclude_txn_from_change_streamsis set tofalseor not set, Modifications from this transaction will be recorded in all change streams that are tracking columns modified by these transactions.exclude_txn_from_change_streamsmay only be specified for read-write or partitioned-dml transactions, otherwise the API will return anINVALID_ARGUMENTerror.
Implementation
core.bool? excludeTxnFromChangeStreams;