Skip to main content

KeyValueStoreMetadataBufferDb

Buffer table for deferred key-value store metadata updates to reduce concurrent access issues.

Hierarchy

Index

Properties

__tablename__

__tablename__: Undefined

accessed_at

accessed_at: Mapped[datetime]

New accessed_at timestamp, if being updated.

id

id: Mapped[int]

Auto-increment primary key for ordering.

key_value_store_id

key_value_store_id: Mapped[str]

ID of the key-value store being updated.

modified_at

modified_at: Mapped[datetime | None]

New modified_at timestamp, if being updated.

storage_id

storage_id: Undefined

Alias for key_value_store_id to match SqlClientMixin expectations.