@Evolving public interface SchemaChange
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SchemaChange.RemoveProperty
SchemaChange class to remove a property from the schema. 
 | 
static class  | 
SchemaChange.SetProperty
SchemaChange class to set the property and value pairs for the schema. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemaChange | 
removeProperty(java.lang.String property)
SchemaChange class to remove a property from the schema. 
 | 
static SchemaChange | 
setProperty(java.lang.String property,
           java.lang.String value)
SchemaChange class to set the property and value pairs for the schema. 
 | 
static SchemaChange setProperty(java.lang.String property, java.lang.String value)
property - The property name to set.value - The value to set the property to.static SchemaChange removeProperty(java.lang.String property)
property - The property name to remove.