method
LocalAPI.ListWindow
func (local *LocalAPI) ListWindow(
ctx context.Context,
collection string,
options ListWindowOptions,
) (store.Window, error)Read one count-free bounded unique-index range for reconciliation work.
Requires collection read access to resolve to Allow and the adapter transaction to implement store.WindowTransaction.
Related types
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
ListWindowOptionsA count-free bounded unique-index range for background work.
WindowA count-free bounded range result.