MongoDB - Expression Binding
The following functions allow you to interact with MongoDB databases in expression bindings.
📄️ maxKey
Returns org.bson.types.MaxKey, which is used in filters for the MongoDB Perspective binding expression.
📄️ minKey
Returns org.bson.types.MinKey, used in filters for the MongoDB Perspective binding expression.
📄️ toObjectId
Converts String to org.bson.types.ObjectId.