|
iceberg-cpp
|
Report generated after a commit operation. More...
#include <commit_report.h>
Public Attributes | |
| std::string | table_name |
| The fully qualified name of the table that was modified. | |
| int64_t | snapshot_id = kInvalidSnapshotId |
| The snapshot ID created by this commit. | |
| int64_t | sequence_number = kInvalidSequenceNumber |
| The sequence number assigned to this commit. | |
| std::string | operation |
| The operation that was performed (write, delete, etc.). | |
| CommitMetricsResult | commit_metrics |
| Metrics collected during the commit operation. | |
| std::unordered_map< std::string, std::string > | metadata |
| Additional key-value metadata. | |
Report generated after a commit operation.
Contains metrics about the changes made in a commit.