Schema for the result of a query view operation.

Constructors

Properties

rows.

totalRows?: number

Total number of rows in the view index. Note that if the request query narrows the view this is not the number of matching rows. The number of matching rows, up to the specified limit, is the size of the rows array.

updateSeq?: string

Current update sequence for the database.

Methods