Model for a key-value store record.
Hierarchycontent_type: Annotated[str, Field(alias='contentType')]
Inherited from KeyValueStoreRecordMetadata.content_type
The MIME type of the record.
Describe the format and type of data stored in the record, following the MIME specification.
keykey: Annotated[str, Field(alias='key')]
Inherited from KeyValueStoreRecordMetadata.key
The key of the record.
A unique identifier for the record in the key-value store.
model_configmodel_config: Undefined
Overrides KeyValueStoreRecordMetadata.model_config
sizesize: Annotated[int | None, Field(alias='size', default=None)]
Inherited from KeyValueStoreRecordMetadata.size
The size of the record in bytes.
valuevalue
: KvsValueTypeThe value of the record.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4