method
BoundTypedAllLocalesCollection.List
List filters and populates documents through the operation engine, using the same response shape as Find. A failed document decode returns no partial page.
Arguments
| Argument | Type | Description |
|---|---|---|
ctx | context.Context | The ctx value. |
options | TypedListOptions | The options value. |
Returns
The declared result.
(TypedPage[Document], error)Full signature
func (collection BoundTypedAllLocalesCollection[Document]) List(
ctx context.Context,
options TypedListOptions,
) (TypedPage[Document], error)Related types
BoundTypedAllLocalesCollectionTyped Find and List reads with population, projection and all translations.
TypedListOptionsFilter, paginate, populate and project generated documents without changing the binding’s locale shape.
TypedPageA typed list result with the ordinary page metadata.