streamConfigs property

List<StreamConfig>? streamConfigs
getter/setter pair

A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store.

Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required [bigquery.dataEditor](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) role to your project's Cloud Healthcare Service Agent service account. Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination.

Implementation

core.List<StreamConfig>? streamConfigs;