Package org.apache.iceberg.actions
Interface SnapshotTable.Result
- Enclosing interface:
 - SnapshotTable
 
public static interface SnapshotTable.Result
The action result that contains a summary of the execution.
- 
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of imported data files. 
- 
Method Details
- 
importedDataFilesCount
long importedDataFilesCount()Returns the number of imported data files. 
 -