nvm. after testing, I got the difference.
For one who has the same question I have, let me put the output.
change.stream.full.document=true
{
“_id”: {
“$oid”: “61750cb68270b7e6ec5ba733”
},
“name”: “korea”,
“city”: “seoul”
}
change.stream.full.document=false
{
"_id": {
"_data": "8261750CB6000000012B022C0100296E5A1004CA338B7809FF4C5598E8F3FDCCD0411C46645F6964006461750CB68270B7E6EC5BA7330004"
},
"operationType": "insert",
"clusterTime": {
"$timestamp": {
"t": 1635060918,
"i": 1
}
},
"fullDocument": {
"_id": {
"$oid": "61750cb68270b7e6ec5ba733"
},
"name": "mlee",
"city": "seoul"
},
"ns": {
"db": "mlee-test",
"coll": "dummy"
},
"documentKey": {
"_id": {
"$oid": "61750cb68270b7e6ec5ba733"
}
}
}