existingSchema property

String? existingSchema
getter/setter pair

The existing and expected schema of the table.

The schema is provided as a JSON formatted structure listing columns and data types.

Implementation

core.String? existingSchema;