public static interface ExecutableFindByIdOperation.FindByIdWithExpiry<T> extends ExecutableFindByIdOperation.FindByIdWithProjection<T>, WithExpiry<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByIdOperation.FindByIdWithProjection<T> |
withExpiry(Duration expiry)
Load only certain fields for the document.
|
projectinScopeinCollectionwithOptionsall, oneExecutableFindByIdOperation.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.