KeyValueStoreRecordDb
Hierarchy
- Base
- KeyValueStoreRecordDb
Index
Properties
__tablename__
content_type
MIME type for proper value deserialization.
key
The key part of the key-value pair.
key_value_store_id
Foreign key to metadata key-value store record.
kvs
size
Size of stored value in bytes.
storage_id
Alias for key_value_store_id to match SqlClientMixin expectations.
value
Value stored as binary data to support any content type.
Records table for key-value stores.