Package org.apache.iceberg.view
Class ViewProperties
- java.lang.Object
-
- org.apache.iceberg.view.ViewProperties
-
public class ViewProperties extends java.lang.Object
View properties that can be set during CREATE/REPLACE view or using updateProperties API.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VERSION_HISTORY_SIZE
static int
VERSION_HISTORY_SIZE_DEFAULT
-
-
-
Field Detail
-
VERSION_HISTORY_SIZE
public static final java.lang.String VERSION_HISTORY_SIZE
- See Also:
- Constant Field Values
-
VERSION_HISTORY_SIZE_DEFAULT
public static final int VERSION_HISTORY_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
-