@Evolving public interface SupportsTruncate extends WriteBuilder
Truncation removes all data in a table and replaces it with data that is committed in the write.
Modifier and Type | Method and Description |
---|---|
WriteBuilder |
truncate()
Configures a write to replace all existing data with data committed in the write.
|
build, buildForBatch, buildForStreaming
WriteBuilder truncate()