Schema for find query execution statistics.

Constructors

Properties

executionTimeMs: number

Time to execute the query.

resultsReturned: number

Number of results returned.

totalDocsExamined: number

Number of documents fetched from the index.

totalKeysExamined: number

Number of rows scanned in the index.

totalQuorumDocsExamined: number

Number of documents fetched from the primary index with the specified read quorum.

Methods