destinationTable

@JvmName(name = "soulkbxvbdhdbjcm")
suspend fun destinationTable(value: Output<JobQueryDestinationTableArgs>)
@JvmName(name = "xbgiukopvgktvfmm")
suspend fun destinationTable(value: JobQueryDestinationTableArgs?)

Parameters

value

Describes the table where the query results should be stored. This property must be set for large results that exceed the maximum response size. For queries that produce anonymous (cached) results, this field will be populated by BigQuery. Structure is documented below.


@JvmName(name = "rufmnybhcuyrcrqm")
suspend fun destinationTable(argument: suspend JobQueryDestinationTableArgsBuilder.() -> Unit)

Parameters

argument

Describes the table where the query results should be stored. This property must be set for large results that exceed the maximum response size. For queries that produce anonymous (cached) results, this field will be populated by BigQuery. Structure is documented below.