Interface BlobMetadata

All Known Implementing Classes:
GenericBlobMetadata

public interface BlobMetadata
A metadata about a statistics or indices blob.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Ordered list of fields the blob was calculated from.
    Additional properties of the blob, specific to the blob type.
    long
    ID of the Iceberg table's snapshot the blob was computed from
    long
    Sequence number of the Iceberg table's snapshot the blob was computed from
    Type of the blob.
  • Method Details Link icon

    • type Link icon

      String type()
      Type of the blob. Never null
    • sourceSnapshotId Link icon

      long sourceSnapshotId()
      ID of the Iceberg table's snapshot the blob was computed from
    • sourceSnapshotSequenceNumber Link icon

      long sourceSnapshotSequenceNumber()
      Sequence number of the Iceberg table's snapshot the blob was computed from
    • fields Link icon

      List<Integer> fields()
      Ordered list of fields the blob was calculated from. Never null
    • properties Link icon

      Map<String,String> properties()
      Additional properties of the blob, specific to the blob type. Never null