public interface MigrateTable extends Action<MigrateTable,MigrateTable.Result>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
MigrateTable.Result
The action result that contains a summary of the execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MigrateTable | 
tableProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets table properties in the newly created Iceberg table. 
 | 
MigrateTable | 
tableProperty(java.lang.String name,
             java.lang.String value)
Sets a table property in the newly created Iceberg table. 
 | 
MigrateTable tableProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties - a map of properties to setMigrateTable tableProperty(java.lang.String name, java.lang.String value)
name - a table property namevalue - a table property value