@ibm-cloud/cloudant - v0.12.3
    Preparing search index...

    Class ViewResult

    Schema for the result of a query view operation.

    Index

    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