Interface BlobMetaData

  • All Known Implementing Classes:
    PlainBlobMetaData

    public interface BlobMetaData
    An interface for providing basic metadata about a blob.
    • Method Summary

      Modifier and Type Method Description
      long length()
      Gets the size of the blob in bytes.
      java.lang.String name()
      Gets the name of the blob.
    • Method Detail

      • name

        java.lang.String name()
        Gets the name of the blob.
      • length

        long length()
        Gets the size of the blob in bytes.