Member Junction
    Preparing search index...

    Default archive driver implementation. Archives configured field values to external storage, applies the appropriate post-archive action based on mode (StripFields, HardDelete, ArchiveOnly), and supports restoring the original values from the stored archive document.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    • Builds a storage path for an archive document. Format: {basePath}/{SanitizedEntityName}/{RecordID}/{VersionStamp}.json

      Parameters

      • basePath: string

        The configured base path prefix

      • entityName: string

        The entity name (will be sanitized)

      • recordId: string

        The primary key value of the record

      • versionStamp: Date

        The timestamp for this archive version

      Returns string

      The full storage path string