schema property

TableSchema? schema
getter/setter pair

The schema for the destination table.

The schema can be omitted if the destination table already exists, or if you're loading data from Google Cloud Datastore.

Optional.

Implementation

TableSchema? schema;