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

    Type Alias DatapackRecordSyncState

    DatapackRecordSyncState:
        | "inSync"
        | "outOfSync"
        | "missing"
        | "skipped"
        | "unknown"

    Sync state of a single datapack record compared to the target org.

    Type Declaration

    • "inSync"

      An org record was matched and all comparable fields are equal

    • "outOfSync"

      An org record was matched but one or more fields have different values

    • "missing"

      No org record matches the datapack record; the record data is missing in the target org

    • "skipped"

      The record is skipped by a deployment spec and is not part of a deployment

    • "unknown"

      The record could not be compared to the target org