Class ViewMetaData

Contains the meta-data that is returend from a view query.

Hierarchy

  • ViewMetaData

Properties

Accessors

Properties

debug?: any

Contains various pieces of debug information exposed by the view service.

totalRows?: number

The total number of rows available in the index that match the query.

Accessors

  • get total_rows(): undefined | number
  • Same as totalRows, but represented as the raw server-side value.

    Deprecated

    Use totalRows instead.

    Returns undefined | number

Generated using TypeDoc