Model for a key-value store record metadata.
Hierarchy
- KeyValueStoreRecordMetadata
Index
Properties
Properties
content_type
content_type: str
The MIME type of the record.
Describe the format and type of data stored in the record, following the MIME specification.
key
key: str
The key of the record.
A unique identifier for the record in the key-value store.
model_config
model_config: Undefined
size
size: int | None
The size of the record in bytes.