Interface | Description |
---|---|
Action |
A marker interface for all actions that can be applied to a Delta table.
|
FileAction |
Generic interface for
Action s pertaining to the addition and removal of files. |
Class | Description |
---|---|
AddCDCFile |
A change file containing CDC data for the Delta version it's within.
|
AddFile |
Represents an action that adds a new file to the table.
|
AddFile.Builder |
Builder class for
AddFile . |
CommitInfo |
Holds provenance information about changes to the table.
|
CommitInfo.Builder |
Builder class for
CommitInfo . |
Format |
A specification of the encoding for the files stored in a table.
|
JobInfo |
Represents the Databricks Job information that committed to the Delta table.
|
JobInfo.Builder |
Builder class for
JobInfo . |
Metadata |
Updates the metadata of the table.
|
Metadata.Builder |
Builder class for
Metadata . |
NotebookInfo |
Represents the Databricks Notebook information that committed to the Delta table.
|
Protocol |
Used to block older clients from reading or writing the log when backwards
incompatible changes are made to the protocol.
|
RemoveFile |
Logical removal of a given file from the reservoir.
|
SetTransaction |
Sets the committed version for a given application.
|