Member Junction
    Preparing search index...

    Interface PayloadAnalyzerConfig

    Configuration for the payload change analyzer

    interface PayloadAnalyzerConfig {
        analyzeNestedChanges: boolean;
        arrayReductionThreshold: number;
        contentReductionThreshold: number;
        maxAnalysisDepth: number;
        minContentLengthForAnalysis: number;
        objectKeyReductionThreshold: number;
        truncationPatterns: RegExp[];
    }
    Index

    Properties

    analyzeNestedChanges: boolean

    Whether to analyze nested changes

    arrayReductionThreshold: number

    Percentage threshold for array length reduction warnings

    contentReductionThreshold: number

    Percentage threshold for content reduction warnings (0-100)

    maxAnalysisDepth: number

    Maximum depth for nested analysis

    minContentLengthForAnalysis: number

    Minimum content length to trigger truncation analysis

    objectKeyReductionThreshold: number

    Percentage threshold for object key reduction warnings

    truncationPatterns: RegExp[]

    Patterns that indicate placeholder or truncated content