dc-management-sdk-js
    Preparing search index...

    Class SearchIndexStatistics

    Class representing Statistics for an Algolia Search Index

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    averageRecordSize?: number

    Average size of an index record (in bytes).

    totalRecords?: number

    Total number of records within an index.

    totalRecordSize?: number

    Total size of records (in bytes).

    Usage statistics for an index.

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>