Skip to main content

KeyValueStoreRecord

crawlee.base_storage_client._models.KeyValueStoreRecord

Model for a key-value store record.

Index

Properties

content_type

content_type: Annotated[str | None, Field(alias='contentType', default=None)]

filename

filename: Annotated[str | None, Field(alias='filename', default=None)]

key

key: Annotated[str, Field(alias='key')]

model_config

model_config:

value

value: Annotated[KvsValueType, Field(alias='value')]