Skip to main content
@moss-dev/moss / PushIndexResult

Interface: PushIndexResult

Returned by SessionIndex.pushIndex() when a local session is persisted to the cloud.

Properties

PropertyTypeDescription
jobIdstringID of the background job that builds the cloud index. Pass to getJobStatus() to track progress.
indexNamestringName of the cloud index that was created or replaced.
docCountnumberNumber of documents pushed.
statusstringStatus of the push operation.