summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsontypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/bsontypes.h')
-rw-r--r--src/mongo/bson/bsontypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/bson/bsontypes.h b/src/mongo/bson/bsontypes.h
index 0dc2fe8a4ab..5204f1c3f72 100644
--- a/src/mongo/bson/bsontypes.h
+++ b/src/mongo/bson/bsontypes.h
@@ -198,8 +198,9 @@ enum BinDataType {
bdtUUID = 3, /* deprecated */
newUUID = 4, /* language-independent UUID format across all drivers */
MD5Type = 5,
- Encrypt = 6, /* encryption placeholder or encrypted data */
- Column = 7, /* compressed column */
+ Encrypt = 6, /* encryption placeholder or encrypted data */
+ Column = 7, /* compressed column */
+ Sensitive = 8, /* data that should be redacted and protected from unnecessary exposure */
bdtCustom = 128
};