Member Junction
    Preparing search index...

    Progress update received during label creation.

    interface CreateVersionLabelProgress {
        CurrentEntity?: string;
        Message: string;
        Percentage: number;
        RecordsProcessed?: number;
        Step:
            | "initializing"
            | "walking_dependencies"
            | "capturing_snapshots"
            | "finalizing";
        TotalRecords?: number;
    }
    Index

    Properties

    CurrentEntity?: string

    Entity currently being processed

    Message: string

    Human-readable description of what's happening

    Percentage: number

    Estimated completion percentage (0–100)

    RecordsProcessed?: number

    Number of records processed so far

    Step:
        | "initializing"
        | "walking_dependencies"
        | "capturing_snapshots"
        | "finalizing"

    Current lifecycle step

    TotalRecords?: number

    Total records to process