schema property

List<SchemaColumn>? schema
final

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;