schema property
The Map<Column, Type>
object that represents the schema
that this transform accepts. Has an upper bound of 100 columns.
Implementation
final List<SchemaColumn>? schema;
The Map<Column, Type>
object that represents the schema
that this transform accepts. Has an upper bound of 100 columns.
final List<SchemaColumn>? schema;