schema property
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;
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.
TableSchema? schema;