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
    Gets the size of the blob in bytes.
    Gets the name of the blob.
  • Method Details

    • name

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

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