Schema for the result of a query find operation.

Hierarchy

  • FindResult

Properties

bookmark: string

Opaque bookmark token used when paginating results.

docs: Document[]

Documents matching the selector.

execution_stats?: ExecutionStats

Schema for find query execution statistics.

warning?: string

warning.

Generated using TypeDoc