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
COMMENT
static java.lang.String
METADATA_COMPRESSION
static java.lang.String
METADATA_COMPRESSION_DEFAULT
static java.lang.String
REPLACE_DROP_DIALECT_ALLOWED
static boolean
REPLACE_DROP_DIALECT_ALLOWED_DEFAULT
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
-
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
-
-