Member Junction
    Preparing search index...

    Per-field configuration within an archive configuration entity.

    interface ArchiveFieldConfig {
        FieldName: string;
        IsActive?: boolean;
        Options?: Record<string, unknown>;
    }
    Index

    Properties

    FieldName: string

    Name of the entity field to archive

    IsActive?: boolean

    Whether this field configuration is active

    Options?: Record<string, unknown>

    Additional driver-specific options for this field