Skip to main content

KeyValueStoreListPage

crawlee.base_storage_client._models.KeyValueStoreListPage

Model for a single page of key-value store items returned from a collection list method.

Args: items: List of returned key-value store items on this page.

Index

Properties

Properties

items

items: Annotated[list[KeyValueStoreMetadata], Field(default_factory=list)]