Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchIndexStatistics

Class representing Statistics for an Algolia Search Index

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional averageRecordSize

averageRecordSize: number

Average size of an index record (in bytes).

Optional totalRecordSize

totalRecordSize: number

Total size of records (in bytes).

Optional totalRecords

totalRecords: number

Total number of records within an index.

Optional usage

Usage statistics for an index.

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Generated using TypeDoc