RemoveFile¶
RemoveFile
is a FileAction that represents an action of removing (deleting) a file from a delta table.
Creating Instance¶
RemoveFile
takes the following to be created:
- Path
- Deletion Timestamp (optional)
-
dataChange
flag -
extendedFileMetadata
flag (default:false
) - Partition values (default:
null
) - Size (in bytes) (default:
0
)
RemoveFile
is created when:
AddFile
action is requested to removeWithTimestamp