Interface BlobBase

  • All Superinterfaces:
    java.io.Serializable

    @Internal
    public interface BlobBase
    extends java.io.Serializable
    Generic descriptor of blob in any blob store (e.g. S3, GCS, ...).
    • Method Detail

      • getSize

        long getSize()
        Get size of blob in bytes.
        Returns:
        size of blob in bytes
      • getName

        java.lang.String getName()
        Retrieve remote name (key) of blob.
        Returns:
        remote name (key) of blob.