Framework
FieldMetadata
Interface: FieldMetadata
Field metadata stored for schema history tracking. This is the serializable version of NormalizedField.
Properties
| Property | Type |
|---|---|
enumValues? | string[] |
hasDefault | boolean |
indexed | boolean |
indexTypes | string[] |
name | string |
optional | boolean |
primaryKey | boolean |
type | FieldType |
unique | boolean |
version | boolean |
