vlocode-project - v2.4.3
    Preparing search index...

    Interface DatapackComparisonResult

    Result of comparing a set of datapacks against the target org.

    interface DatapackComparisonResult {
        datapacks: DatapackComparisonStatus[];
        extraRecords: number;
        inSync: number;
        outOfSync: number;
        total: number;
        unknown: number;
    }
    Index

    Properties

    Comparison details per datapack

    extraRecords: number

    Number of datapacks whose records are all in sync but with extra records in the target org

    inSync: number

    Number of datapacks that are in sync with the target org

    outOfSync: number

    Number of datapacks that are not in sync with the target org (out of sync or missing)

    total: number

    Total number of datapacks compared

    unknown: number

    Number of datapacks that could not be compared