moved_from


Description:

public string moved_from { get; set; }

Source path (for rename operations when file was added - file was moved from here). For renames: change_type="added", path = new path, moved_from = original path. Empty string "" for non-rename operations (regular add, delete, modify).

NOTE: Rename tracking (moved_to/moved_from) is not currently supported. This would require additional tracking in the scanning system to detect and correlate MOVED events with source and destination paths. For now, renames are tracked as separate "deleted" and "added" events without the moved_to/moved_from fields. This is a future enhancement to keep the initial implementation simple.