summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.h
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2017-06-20 12:17:52 -0400
committerNick Zolnierz <nicholas.zolnierz@mongodb.com>2017-06-27 12:10:12 -0400
commita92eb118cc8500a9c4286e8ef28cb26ea3f4e238 (patch)
treec922f2004397ac4b7441685610baf68a7eb46da0 /src/mongo/bson/bsonobj.h
parent18bc61d22123da5897d275eb92576522a1bab4de (diff)
downloadmongo-a92eb118cc8500a9c4286e8ef28cb26ea3f4e238.tar.gz
SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems MatchExpressions
Diffstat (limited to 'src/mongo/bson/bsonobj.h')
-rw-r--r--src/mongo/bson/bsonobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/bson/bsonobj.h b/src/mongo/bson/bsonobj.h
index 15e2326c0db..49d0edf06bc 100644
--- a/src/mongo/bson/bsonobj.h
+++ b/src/mongo/bson/bsonobj.h
@@ -528,6 +528,8 @@ public:
opBITS_ALL_CLEAR = 0x18,
opBITS_ANY_SET = 0x19,
opBITS_ANY_CLEAR = 0x1A,
+ opINTERNAL_SCHEMA_MIN_ITEMS = 0x1B,
+ opINTERNAL_SCHEMA_MAX_ITEMS = 0x1C,
};
/** add all elements of the object to the specified vector */