いいえ、変更ストリームからの更新イベントは次のようになります:
{
_id: { < Resume Token > },
operationType: 'update',
clusterTime: <Timestamp>,
ns: {
db: 'engineering',
coll: 'users'
},
documentKey: {
_id: ObjectId("58a4eb4a30c75625e00d2820")
},
updateDescription: {
updatedFields: {
email: '[email protected]'
},
removedFields: ['phoneNumber']
}
}
後と前の両方を取得するMySQLとは異なり、新しい値のみが存在します。