Interface BlobMetadata
- All Known Implementing Classes:
PlainBlobMetadata
public interface BlobMetadata
An interface for providing basic metadata about a blob.
-
Method Summary
-
Method Details
-
name
String name()Gets the name of the blob. -
length
long length()Gets the size of the blob in bytes.
-