Name the store was registered under with prorm.registerStore().
OptionalbucketBucket / container to store objects in. Falls back to the store's
defaultBucket. Key-value stores fold this into the key as a prefix.
OptionalcontentContent type recorded on write, where the store supports it.
The model property (e.g. avatar).
Column holding the object key. Defaults to <field>Key (e.g. avatarKey).
Registered automatically as a nullable STRING.
Prefix for generated keys. Defaults to <field>/. Only used when a value
is written to a field that has no key yet.
How to materialize the payload on read:
buffer (default) — a Buffer, for binary datautf8 — a stringjson — parsed via JSON.parse, stringified on write
Resolved per-field metadata.