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