SchemaConfig class

Configuration for the FHIR BigQuery schema.

Determines how the server generates the schema.

Constructors

SchemaConfig({TimePartitioning? lastUpdatedPartitionConfig, String? recursiveStructureDepth, String? schemaType})
SchemaConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastUpdatedPartitionConfig TimePartitioning?
The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.
getter/setter pair
recursiveStructureDepth String?
The depth for all recursive structures in the output analytics schema.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaType String?
Specifies the output schema type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited