interface BusinessUnitIndexingProgress {
    estimatedTotal: number;
    failed: number;
    indexed: number;
}

Properties

estimatedTotal: number

The estimated total number of Business Units to be indexed.

failed: number

The number of Business Units that failed to be indexed.

indexed: number

The number of Business Units successfully indexed.