Typesense · Schema

AnalyticsStatus

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search

Properties

Name Type Description
state string Current state of the analytics subsystem.
pending_operations integer Number of pending analytics operations.
View JSON Schema on GitHub

JSON Schema

typesense-analyticsstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnalyticsStatus",
  "title": "AnalyticsStatus",
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "description": "Current state of the analytics subsystem."
    },
    "pending_operations": {
      "type": "integer",
      "description": "Number of pending analytics operations."
    }
  }
}