Schema for the result of a query find operation.

Constructors

Properties

bookmark: string

Opaque bookmark token used when paginating results.

docs: Document[]

Documents matching the selector.

executionStats?: ExecutionStats

Schema for find query execution statistics.

warning?: string

warning.

Methods