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

    Interface MatchingKeyContext

    interface MatchingKeyContext {
        allowFallback?: boolean;
        scope?: string;
    }
    Index

    Properties

    allowFallback?: boolean

    Allow a matching key to be inferred from the object schema when none is configured. Deployment callers disable this because target-schema inference is not an explicit or reliably unique instruction to update an existing record.

    true
    
    scope?: string

    Export-definition scope selected by the caller. When set, only consumer definitions from this scope (plus global definitions) are considered before falling through to the org and defaults.