Clear all batched changes without writing
Write all batched changes to files using JsonWriteHelper for consistent ordering
Number of files written
Get the number of files that will be written
Get all pending file paths
Queue an array record update operation
Path to the file containing the array
The updated record data
Primary key lookup string to identify the record
Queue a single record update operation
Path to the file
The updated record data
Queue a complete file write operation
Path to the file
RecordData or array of RecordData to write
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.