Member Junction
    Preparing search index...

    Configuration for which fields to archive on an entity.

    interface ArchiveFieldConfiguration {
        ArchiveFullRecord?: boolean;
        Fields: ArchiveFieldConfig[];
        SkipIfAllNullFields?: string[];
    }
    Index

    Properties

    ArchiveFullRecord?: boolean

    Whether to include the full record snapshot in the archive document

    List of field-level configurations

    SkipIfAllNullFields?: string[]

    If all of these fields are null, skip archiving (record already archived)