type
BoundTypedAllLocalesGlobal
A typed global read with population, projection and all translations.
Methods
| Property | Type | Description |
|---|---|---|
Find(ctx, options) | (Document, | Read the global with typed population and projection. |
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
type BoundTypedAllLocalesGlobal[Document any] struct {
definition TypedAllLocalesGlobal[Document]
local *LocalAPI
}Methods
BoundTypedAllLocalesGlobal.Find()Find reads the global with all translations and optional population/projection.