@Evolving public interface AbstractMetadata
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<String,String> |
getConfiguration()
The table properties defined on the table.
|
java.util.Optional<Long> |
getCreatedTime()
Timestamp for the creation of this metadata.
|
String |
getDescription()
User-specified table description.
|
java.util.Map<String,String> |
getFormatOptions()
The format options
|
String |
getId()
A unique table identifier.
|
String |
getName()
User-specified table identifier.
|
java.util.List<String> |
getPartitionColumns()
List of partition columns.
|
String |
getProvider()
The table provider format.
|
String |
getSchemaString()
The table schema in string representation.
|
String getId()
String getName()
String getDescription()
String getProvider()
java.util.Map<String,String> getFormatOptions()
String getSchemaString()
java.util.List<String> getPartitionColumns()
java.util.Map<String,String> getConfiguration()
java.util.Optional<Long> getCreatedTime()