Package cz.o2.proxima.direct.blob
Interface BlobBase
-
- All Superinterfaces:
java.io.Serializable
@Internal public interface BlobBase extends java.io.SerializableGeneric descriptor of blob in any blob store (e.g. S3, GCS, ...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Retrieve remote name (key) of blob.longgetSize()Get size of blob in bytes.
-