@gradientedge/commercetools-utils
    Preparing search index...

    Interface BusinessUnitIndexingProgress

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

    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.