Interface: PushIndexResult
The result ofSessionIndex.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 toMossClient.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.