in paimon-web-api/src/main/java/org/apache/paimon/web/api/table/TagTableMetadata.java [34:45]
public TagTableMetadata(
String tagName,
Long snapshotId,
Long schemaId,
LocalDateTime createTime,
Long recordCount) {
this.tagName = tagName;
this.snapshotId = snapshotId;
this.schemaId = schemaId;
this.createTime = createTime;
this.recordCount = recordCount;
}