| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
UnsetOperation |
UnsetOperation.and(Field... fields)
Also unset the given fields.
|
UnsetOperation |
UnsetOperation.and(String... fields)
Also unset the given fields.
|
static UnsetOperation |
UnsetOperation.unset(String... fields)
Create new instance of
UnsetOperation. |
| Modifier and Type | Method and Description |
|---|---|
AggregationUpdate |
AggregationUpdate.unset(UnsetOperation unsetOperation)
$unset removes/excludes fields from documents. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.