Class ObjectMetadata
-
- All Implemented Interfaces:
public final class ObjectMetadataMetadata for an object in the object store
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerDEFAULT_CHUNK_SIZEprivate final Stringnameprivate final Stringdescriptionprivate final Headersheadersprivate final IntegerchunkSize
-
Constructor Summary
Constructors Constructor Description ObjectMetadata(String name, String description, Headers headers, Integer chunkSize)
-
Method Summary
Modifier and Type Method Description final StringgetName()The name of the object final StringgetDescription()Optional description of the object final HeadersgetHeaders()Optional headers to attach to the object final IntegergetChunkSize()Chunk size for streaming (default: 128KB) -
-
Method Detail
-
getDescription
final String getDescription()
Optional description of the object
-
getHeaders
final Headers getHeaders()
Optional headers to attach to the object
-
getChunkSize
final Integer getChunkSize()
Chunk size for streaming (default: 128KB)
-
-
-
-