public static interface ExecutableRemoveByIdOperation.TerminatingRemoveById extends OneAndAllId<RemoveResult>
| Modifier and Type | Method and Description |
|---|---|
List<RemoveResult> |
all(Collection<String> ids)
Remove the documents in the collection.
|
RemoveResult |
one(String id)
Remove one document based on the given ID.
|
RemoveResult one(String id)
one in interface OneAndAllId<RemoveResult>id - the document ID.List<RemoveResult> all(Collection<String> ids)
all in interface OneAndAllId<RemoveResult>ids - the document IDs.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.