Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bitwise query operators are used to query and filter based on bitwise operations.
| Description | |
|---|---|
$bitsAllClear |
The $bitsAllClear operator is used to match documents where all the bit positions specified in a bitmask are clear. |
$bitsAllSet |
The bitsAllSet command is used to match documents where all the specified bit positions are set. |
$bitsAnyClear |
The $bitsAnyClear operator matches documents where any of the specified bit positions in a bitmask are clear. |
$bitsAnySet |
The $bitsAnySet operator returns documents where any of the specified bit positions are set to 1. |