streamConfigs property

List<GoogleCloudHealthcareV1DicomStreamConfig>? streamConfigs
getter/setter pair

A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store.

After a new config is added to stream_configs, DICOM instance insertions are streamed to the new destination. When a config is removed from stream_configs, the server stops streaming to that destination. Each config must contain a unique destination.

Optional.

Implementation

core.List<GoogleCloudHealthcareV1DicomStreamConfig>? streamConfigs;