Class VectorBucketMetadata
-
- All Implemented Interfaces:
public final class VectorBucketMetadataPersistent metadata for a vector bucket, stored as JSON on disk.
pathis transient — it is set by the store after reading from disk, never written to JSON.
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final LonggetCreationTime()final StringgetSseType()final StringgetKmsKeyArn()final Map<String, String>getTags()final PathgetPath()-
-
Method Detail
-
getCreationTime
final Long getCreationTime()
-
getSseType
final String getSseType()
-
getKmsKeyArn
final String getKmsKeyArn()
-
-
-
-