KeyValueStoreMetadataDb
Hierarchy
- Base
- StorageMetadataDb
- KeyValueStoreMetadataDb
Index
Properties
__tablename__
accessed_at
Last access datetime for usage tracking.
created_at
Creation datetime.
id
Alias for key_value_store_id to match Pydantic expectations.
internal_name
Internal unique name for a storage instance based on a name or alias.
key_value_store_id
Unique identifier for the key-value store.
modified_at
Last modification datetime.
name
Human-readable name. None becomes 'default' in database to enforce uniqueness.
Metadata table for key-value stores.