Package org.opensearch.common.blobstore
Interface BlobMetadata
- All Known Implementing Classes:
EncryptedBlobMetadata
,PlainBlobMetadata
public interface BlobMetadata
An interface for providing basic metadata about a blob.
- Opensearch.internal:
-
Method Summary
-
Method Details
-
name
String name()Gets the name of the blob. -
length
long length()Gets the size of the blob in bytes.
-