Enum Class DeleteOrphanFiles.PrefixMismatchMode

java.lang.Object
java.lang.Enum<DeleteOrphanFiles.PrefixMismatchMode>
org.apache.iceberg.actions.DeleteOrphanFiles.PrefixMismatchMode
All Implemented Interfaces:
Serializable, Comparable<DeleteOrphanFiles.PrefixMismatchMode>, Constable
Enclosing interface:
DeleteOrphanFiles

public static enum DeleteOrphanFiles.PrefixMismatchMode extends Enum<DeleteOrphanFiles.PrefixMismatchMode>
Defines the action behavior when location prefixes (scheme/authority) mismatch.

ERROR - throw an exception. IGNORE - no action. DELETE - delete files.