Package org.apache.iceberg.delta
Interface SnapshotDeltaLakeTable.Result
- Enclosing interface:
 - SnapshotDeltaLakeTable
 
@Immutable
public static interface SnapshotDeltaLakeTable.Result
The action result that contains a summary of the execution.
- 
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of migrated data files. 
- 
Method Details
- 
snapshotDataFilesCount
long snapshotDataFilesCount()Returns the number of migrated data files. 
 -