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.

Source core/local.go:359

@param ctx
Request context.
@param collection
Authored collection slug.
@param options
Unique-index range, projection, actor, and locale controls.
@returns
At most Limit authorized documents plus an overflow indicator.

Requires collection read access to resolve to Allow and the adapter transaction to implement store.WindowTransaction.

Related types

  • LocalAPI

    In-process content operations that share the REST authorization and lifecycle pipeline.

  • ListWindowOptions

    A count-free bounded unique-index range for background work.

  • Window

    A count-free bounded range result.