couchbase
    Preparing search index...

    Class ViewResult<TValue, TKey>

    Contains the results of a view query.

    Type Parameters

    • TValue = any
    • TKey = any
    Index

    Properties

    Properties

    The meta-data which has been returned by the query.

    rows: ViewRow<TKey, TValue>[]

    The rows which have been returned by the query.