public interface BlobMetadata
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.Integer> | fields()Ordered list of fields the blob was calculated from. | 
| java.util.Map<java.lang.String,java.lang.String> | properties()Additional properties of the blob, specific to the blob type. | 
| long | sourceSnapshotId()ID of the Iceberg table's snapshot the blob was computed from | 
| long | sourceSnapshotSequenceNumber()Sequence number of the Iceberg table's snapshot the blob was computed from | 
| java.lang.String | type()Type of the blob. | 
java.lang.String type()
long sourceSnapshotId()
long sourceSnapshotSequenceNumber()
java.util.List<java.lang.Integer> fields()
java.util.Map<java.lang.String,java.lang.String> properties()