public static interface ExecutableFindByIdOperation.FindByIdWithProjection<T> extends ExecutableFindByIdOperation.FindByIdWithCollection<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByIdOperation.FindByIdWithCollection<T> |
project(String... fields)
Load only certain fields for the document.
|
inCollectionall, oneExecutableFindByIdOperation.FindByIdWithCollection<T> project(String... fields)
fields - the projected fields to load.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.