public interface View
Modifier and Type | Method and Description |
---|---|
ViewVersion |
currentVersion()
Get the current version for this view, or null if there are no versions.
|
java.util.List<ViewHistoryEntry> |
history()
Get the version history of this table.
|
java.lang.String |
name() |
java.util.Map<java.lang.String,java.lang.String> |
properties()
Return a map of string properties for this view.
|
Schema |
schema()
Return the
schema for this view. |
java.util.Map<java.lang.Integer,Schema> |
schemas()
Return a map of
schema for this view. |
UpdateViewProperties |
updateProperties()
Create a new
UpdateViewProperties to update view properties. |
ViewVersion |
version(int versionId)
Get a version in this view by ID.
|
java.lang.Iterable<ViewVersion> |
versions()
Get the versions of this view.
|
java.lang.String name()
java.util.Map<java.lang.Integer,Schema> schemas()
schema
for this view.ViewVersion currentVersion()
java.lang.Iterable<ViewVersion> versions()
ViewVersion version(int versionId)
versionId
- version IDjava.util.List<ViewHistoryEntry> history()
ViewHistoryEntry
java.util.Map<java.lang.String,java.lang.String> properties()
UpdateViewProperties updateProperties()
UpdateViewProperties
to update view properties.UpdateViewProperties