SchemaConfigArgs

data class SchemaConfigArgs(val lastUpdatedPartitionConfig: Output<TimePartitioningArgs>? = null, val recursiveStructureDepth: Output<String>? = null, val schemaType: Output<SchemaConfigSchemaType>? = null) : ConvertibleToJava<SchemaConfigArgs>

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

Constructors

Link copied to clipboard
fun SchemaConfigArgs(lastUpdatedPartitionConfig: Output<TimePartitioningArgs>? = null, recursiveStructureDepth: Output<String>? = null, schemaType: Output<SchemaConfigSchemaType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SchemaConfigArgs

Properties

Link copied to clipboard

The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.

Link copied to clipboard
val recursiveStructureDepth: Output<String>? = null

The depth for all recursive structures in the output analytics schema. For example, concept in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called concept.concept but not concept.concept.concept. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.

Link copied to clipboard
val schemaType: Output<SchemaConfigSchemaType>? = null

Specifies the output schema type. Schema type is required.