class pixeltable.types.ColumnSpec
Column specification, a dictionary representation of a column’s schema. Exactly one oftype or value must be included in the dictionary.
attr comment
attr custom_metadata
attr destination
- A local pathname (such as
path/to/outputs/), or - The URI of an object store (such as
s3://my-bucket/outputs/).
attr media_validation
'on_read' or 'on_write'.
attr primary_key
False.
attr stored
True.
attr type
pxt.Image, str). Required unless value is specified.
attr value
type.