Class SnapshotsTable

java.lang.Object
org.apache.iceberg.BaseMetadataTable
org.apache.iceberg.SnapshotsTable
All Implemented Interfaces:
Serializable, Table

public class SnapshotsTable extends BaseMetadataTable
A Table implementation that exposes a table's known snapshots as rows.

This does not include snapshots that have been expired using ExpireSnapshots.

See Also: