Fhir Store Stream Config Args
data class FhirStoreStreamConfigArgs(val bigqueryDestination: Output<FhirStoreStreamConfigBigqueryDestinationArgs>, val resourceTypes: Output<List<String>>? = null) : ConvertibleToJava<FhirStoreStreamConfigArgs>
Constructors
Link copied to clipboard
fun FhirStoreStreamConfigArgs(bigqueryDestination: Output<FhirStoreStreamConfigBigqueryDestinationArgs>, resourceTypes: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
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.