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

    Class SearchIndexSearchesCount

    Class representing searches count for an Algolia Search Index

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    The total searches count for an given period

    date: string

    The user count by date

    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>