schema

@JvmName(name = "dfrywxwhkfftrjil")
suspend fun schema(value: Output<TableSchemaArgs>)
@JvmName(name = "bdpgvsnyrljofwlx")
suspend fun schema(value: TableSchemaArgs?)

Parameters

value

Optional 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.


@JvmName(name = "nxrrlsvxlttqsifp")
suspend fun schema(argument: suspend TableSchemaArgsBuilder.() -> Unit)

Parameters

argument

Optional 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.