Member Junction
    Preparing search index...

    Batches file write operations to improve performance and ensure consistent property ordering. Collects all changes during processing and writes each file only once at the end.

    Index

    Constructors

    Methods

    • Queue an array record update operation

      Parameters

      • filePath: string

        Path to the file containing the array

      • updatedRecord: RecordData

        The updated record data

      • primaryKeyLookup: string

        Primary key lookup string to identify the record

      Returns void