couchbase
    Preparing search index...

    Class ViewRow<TValue, TKey>

    Contains the contents of a single row returned by a view query.

    Type Parameters

    • TValue = any
    • TKey = any
    Index

    Properties

    Properties

    id?: string

    The id for this row.

    key?: TKey

    The key for this row.

    value: TValue

    The value for this row.