schema property

TableSchema? schema
getter/setter pair

The schema for the data.

Schema is required for CSV and JSON formats. Schema is disallowed for Google Cloud Bigtable, Cloud Datastore backups, and Avro formats.

Optional.

Implementation

TableSchema? schema;