valueType property
The type of data stored in each of this family's cell values, including its full encoding.
If omitted, the family only serves raw untyped bytes. For now, only the
Aggregate type is supported. Aggregate can only be set at family
creation and is immutable afterwards. If value_type is Aggregate,
written data must be compatible with: * value_type.input_type for
AddInput mutations
Implementation
Type? valueType;