public static interface ReactiveFindByIdOperation.FindByIdWithExpiry<T> extends ReactiveFindByIdOperation.FindByIdWithProjection<T>, WithExpiry<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByIdOperation.FindByIdWithProjection<T> |
withExpiry(Duration expiry)
Load only certain fields for the document.
|
projectinScopeinCollectionwithOptionsall, oneReactiveFindByIdOperation.FindByIdWithProjection<T> withExpiry(Duration expiry)
withExpiry in interface WithExpiry<T>expiry - the projected fields to load.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.