bigqueryDestination

@JvmName(name = "hfndfkhxmypjkgmp")
suspend fun bigqueryDestination(value: Output<FhirStoreStreamConfigBigqueryDestinationArgs>)
@JvmName(name = "gvodcmfgtxijnywb")
suspend fun bigqueryDestination(value: FhirStoreStreamConfigBigqueryDestinationArgs)

Parameters

value

The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types, e.g. "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. See the streaming config reference for more details. Structure is documented below.


@JvmName(name = "odyhrspjddkctjwd")
suspend fun bigqueryDestination(argument: suspend FhirStoreStreamConfigBigqueryDestinationArgsBuilder.() -> Unit)

Parameters

argument

The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types, e.g. "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. See the streaming config reference for more details. Structure is documented below.