Package org.apache.iceberg.view
Class ViewProperties
- java.lang.Object
-
- org.apache.iceberg.view.ViewProperties
-
public class ViewProperties extends java.lang.ObjectView properties that can be set during CREATE/REPLACE view or using updateProperties API.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMENTstatic java.lang.StringMETADATA_COMPRESSIONstatic java.lang.StringMETADATA_COMPRESSION_DEFAULTstatic java.lang.StringREPLACE_DROP_DIALECT_ALLOWEDstatic booleanREPLACE_DROP_DIALECT_ALLOWED_DEFAULTstatic java.lang.StringVERSION_HISTORY_SIZEstatic intVERSION_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
-
METADATA_COMPRESSION
public static final java.lang.String METADATA_COMPRESSION
- See Also:
- Constant Field Values
-
METADATA_COMPRESSION_DEFAULT
public static final java.lang.String METADATA_COMPRESSION_DEFAULT
- See Also:
- Constant Field Values
-
COMMENT
public static final java.lang.String COMMENT
- See Also:
- Constant Field Values
-
REPLACE_DROP_DIALECT_ALLOWED
public static final java.lang.String REPLACE_DROP_DIALECT_ALLOWED
- See Also:
- Constant Field Values
-
REPLACE_DROP_DIALECT_ALLOWED_DEFAULT
public static final boolean REPLACE_DROP_DIALECT_ALLOWED_DEFAULT
- See Also:
- Constant Field Values
-
-