Interface: PushIndexResult
Returned bySessionIndex.pushIndex() when a local
session is persisted to the cloud.
Properties
| Property | Type | Description |
|---|---|---|
jobId | string | ID of the background job that builds the cloud index. Pass to getJobStatus() to track progress. |
indexName | string | Name of the cloud index that was created or replaced. |
docCount | number | Number of documents pushed. |
status | string | Status of the push operation. |