Skip to main content

KeyValueStoreMetadataDb

Metadata table for key-value stores.

Hierarchy

Index

Properties

__tablename__

__tablename__: Undefined

accessed_at

accessed_at: Mapped[datetime]

Last access datetime for usage tracking.

created_at

created_at: Mapped[datetime]

Creation datetime.

id

id: Undefined

Alias for key_value_store_id to match Pydantic expectations.

internal_name

internal_name: Mapped[str]

Internal unique name for a storage instance based on a name or alias.

key_value_store_id

key_value_store_id: Mapped[str]

Unique identifier for the key-value store.

modified_at

modified_at: Mapped[datetime]

Last modification datetime.

name

name: Mapped[str | None]

Human-readable name. None becomes 'default' in database to enforce uniqueness.

records

records: Mapped[list[KeyValueStoreRecordDb]]