On this page本页内容
Note笔记
For details on specific operator, including syntax and examples, click on the specific operator to go to its reference page.有关特定运算符的详细信息,包括语法和示例,请单击特定运算符以转到其参考页。
$ |
|
$[] |
|
$[<identifier>] |
arrayFilters condition for the documents that match the query condition.arrayFilters 条件的所有元素。 |
$addToSet |
|
$pop |
|
$pull |
|
$push |
|
$pullAll |
$each |
$push and $addToSet operators to append multiple items for array updates.$push 运算符和$addToSet 运算符,以便为数组更新附加多个项。 |
$position |
$push operator to specify the position in the array to add elements.$push 运算符以指定数组中要添加元素的位置。 |
$slice |
$push operator to limit the size of updated arrays.$push 运算符以限制更新数组的大小。 |
$sort |
$push operator to reorder documents stored in an array.$push 运算符以对存储在数组中的文档重新排序。 |