Skip to main content

KeyValueStoreMetadata

Model for a key-value store metadata.

Hierarchy

Index

Properties

accessed_at

accessed_at: Annotated[datetime, Field(alias='accessedAt')]

The timestamp when the storage was last accessed.

created_at

created_at: Annotated[datetime, Field(alias='createdAt')]

The timestamp when the storage was created.

id

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

The unique identifier of the storage.

model_config

model_config: Undefined

modified_at

modified_at: Annotated[datetime, Field(alias='modifiedAt')]

The timestamp when the storage was last modified.

name

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

The name of the storage.