StreamConfig class

Contains configuration for streaming FHIR export.

Constructors

StreamConfig({GoogleCloudHealthcareV1FhirBigQueryDestination? bigqueryDestination, DeidentifiedStoreDestination? deidentifiedStoreDestination, List<String>? resourceTypes})
StreamConfig.fromJson(Map json_)

Properties

bigqueryDestination GoogleCloudHealthcareV1FhirBigQueryDestination?
The destination BigQuery structure that contains both the dataset location and corresponding schema config.
getter/setter pair
deidentifiedStoreDestination DeidentifiedStoreDestination?
The destination FHIR store for de-identified resources.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceTypes List<String>?
Supply a FHIR resource type (such as "Patient" or "Observation").
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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