Package org.apache.iceberg.actions
Interface SnapshotTable.Result
-
- All Known Implementing Classes:
BaseSnapshotTableActionResult
- Enclosing interface:
- SnapshotTable
public static interface SnapshotTable.Result
The action result that contains a summary of the execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
importedDataFilesCount()
Returns the number of imported data files.
-