schema

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

Parameters

value

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


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

Parameters

argument

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