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