
Find, Insert, Update, Delete) and specify the Collection Name.{
"_id": "65486728456e79993a150f1c"
}ObjectId conversion for matching ID strings.
| Type | Syntax | Description |
|---|---|---|
| Date | ISODate("...") | Date/Time object |
| ObjectId | ObjectId("...") | Unique Document ID |
| Decimal | NumberDecimal("...") | High-precision decimal |
| Long | NumberLong("...") | 64-bit integer |
{
"count": "users",
"query": { "active": true }
}