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