index export progress

The index export progress command displays the status of the search indexes currently being exported. The details include, Export ID, Index name, total records, records exported, and export location.

You can also write the status of all the indexes being exported to a file.

Usage

index export progress --f filePath
RequiredArgumentDescription
No--f filePath
File path to write the status of all the indexes being exported.
Note: The output is a comma delimited text file.

Example 1

This example lists the status of all the search indexes that are currently being exported.

index export progress

Example 2

This example writes the status of all the indexes being exported to the file exportProgress.csv at the location: c:/exportLocation.

index export progress --f c:/exportLocation/exportProgress.csv