schema property

TableSchema? schema
getter/setter pair

The schema for the data.

Schema is required for CSV and JSON formats if autodetect is not on. Schema is disallowed for Google Cloud Bigtable, Cloud Datastore backups, Avro, ORC and Parquet formats.

Optional.

Implementation

TableSchema? schema;