Package org.bremersee.minio
Interface MinioObjectInfo
- All Superinterfaces:
MinioObjectId
- All Known Subinterfaces:
MinioMultipartFile
- All Known Implementing Classes:
MinioMultipartFileImpl
The minio object info interface.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionGets bucket.getEtag()Gets etag.Gets last modified time.Gets region.Methods inherited from interface org.bremersee.minio.MinioObjectId
getName, getVersionId
-
Method Details
-
getBucket
String getBucket()Gets bucket.- Returns:
- the bucket
-
getRegion
String getRegion()Gets region.- Returns:
- the region
-
getEtag
String getEtag()Gets etag.- Returns:
- the etag
-
getLastModified
OffsetDateTime getLastModified()Gets last modified time.- Returns:
- the last modified time
-