| MongoDB data type | Supported | Remarks |
|---|---|---|
| Double type | Yes | |
| Object type | No | |
| Array type | No | |
| Binary data type | Yes | |
| Object id type | Yes | Treated as String. |
| Boolean type | Yes | |
| Date type | Yes | |
| Null type | Yes | Treated as null. |
| Regular Expression type | No | |
| DBPointer type | No | |
| JavaScript type | No | |
| Symbol type | No | |
| JavaScript (with scope) type | No | |
| 32-bit integer type | Yes | Treated as int. |
| Timestamp type | No | |
| 64-bit integer type | Yes | Treated as long. |
| Min key type | No | |
| Max key type | No |