ThisT
- the child Java API class, returned by method chaining.public interface SnapshotUpdate<ThisT> extends PendingUpdate<Snapshot>
Snapshot
.Modifier and Type | Method and Description |
---|---|
ThisT |
deleteWith(java.util.function.Consumer<java.lang.String> deleteFunc)
Set a callback to delete files instead of the table's default.
|
ThisT |
set(java.lang.String property,
java.lang.String value)
Set a summary property in the snapshot produced by this update.
|
ThisT |
stageOnly()
Called to stage a snapshot in table metadata, but not update the current snapshot id.
|
apply, commit, updateEvent
ThisT set(java.lang.String property, java.lang.String value)
property
- a String property namevalue
- a String property valueThisT deleteWith(java.util.function.Consumer<java.lang.String> deleteFunc)
deleteFunc
- a String consumer used to delete locations.ThisT stageOnly()