Package akka.javasdk.objectstorage
Class ObjectMetadata
Object
akka.javasdk.objectstorage.ObjectMetadata
Metadata for an object stored in a named bucket.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Optional<akka.http.javadsl.model.ContentType> Content type, if set when the object was stored.Entity tag (opaque identifier for the object version), if provided by the backend.final StringThe object key within the bucket.final InstantTime at which the object was last modified.final longSize of the object in bytes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
The object key within the bucket. -
size
public final long sizeSize of the object in bytes. -
contentType
Content type, if set when the object was stored. -
eTag
Entity tag (opaque identifier for the object version), if provided by the backend. -
lastModified
Time at which the object was last modified.
-
-
Constructor Details
-
ObjectMetadata
-