Member Junction
    Preparing search index...

    Progress tracking for a running sync operation

    interface SyncProgress {
        EntityMapIndex: number;
        PercentComplete: number;
        RecordsProcessedInCurrentMap: number;
        TotalEntityMaps: number;
        TotalRecordsInCurrentMap: number;
    }
    Index

    Properties

    EntityMapIndex: number

    Index of the current entity map being processed (0-based)

    PercentComplete: number

    Overall percent complete (0-100)

    RecordsProcessedInCurrentMap: number

    Number of records processed in the current entity map

    TotalEntityMaps: number

    Total number of entity maps to process

    TotalRecordsInCurrentMap: number

    Total records fetched for the current entity map