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 SummaryModifier and TypeMethodDescriptionlongReturns the number of imported data files.
- 
Method Details- 
importedDataFilesCountlong importedDataFilesCount()Returns the number of imported data files.
 
-