type

BoundTypedAllLocalesCollection

Typed Find and List reads with population, projection and all translations.

Methods

PropertyTypeDescription
Find(ctx, id, options)(Document, error)Read one document with typed population and projection.
List(ctx, options)(TypedPage[Document], error)Filter, paginate and populate typed documents through the operation engine; decoding errors return no partial page.

How it works

Use the ordinary generated collection/global handle for single-locale reads and writes. Localized projects additionally generate this read binding for locale-map output. Both use the operation engine for access, redaction, population and projection.

Full signature

Methods