Skip to main content
moss v1.4.0 moss / PushIndexResult

Interface: PushIndexResult

The result of SessionIndex.push_index() - returned when a local session index is persisted to the cloud.

Properties

  • job_id: str - ID of the background job that builds the cloud index. Pass to MossClient.get_job_status() to track progress.
  • index_name: str - Name of the cloud index that was created or replaced.
  • doc_count: int - Number of documents pushed.
  • status: str - Status of the push operation.