streamConfigs

@JvmName(name = "kxbmmchekumydbhe")
suspend fun streamConfigs(value: Output<List<DicomStoreStreamConfigArgs>>)
@JvmName(name = "ushrhmbnjyopiihd")
suspend fun streamConfigs(value: List<DicomStoreStreamConfigArgs>?)

Parameters

value

To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store. streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset. Structure is documented below.


@JvmName(name = "ecgjbsgqjnnrkrso")
suspend fun streamConfigs(vararg values: Output<DicomStoreStreamConfigArgs>)


@JvmName(name = "pvwmhunrkjovoqja")
suspend fun streamConfigs(values: List<Output<DicomStoreStreamConfigArgs>>)
@JvmName(name = "nxyctqdktkrsefbu")
suspend fun streamConfigs(vararg values: DicomStoreStreamConfigArgs)

Parameters

values

To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store. streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset. Structure is documented below.


@JvmName(name = "lhwmjmlvjevxwsgt")
suspend fun streamConfigs(argument: List<suspend DicomStoreStreamConfigArgsBuilder.() -> Unit>)
@JvmName(name = "rxahtmuyubovuakk")
suspend fun streamConfigs(vararg argument: suspend DicomStoreStreamConfigArgsBuilder.() -> Unit)
@JvmName(name = "mgrdjhynbqxmkxqr")
suspend fun streamConfigs(argument: suspend DicomStoreStreamConfigArgsBuilder.() -> Unit)

Parameters

argument

To enable streaming to BigQuery, configure the streamConfigs object in your DICOM store. streamConfigs is an array, so you can specify multiple BigQuery destinations. You can stream metadata from a single DICOM store to up to five BigQuery tables in a BigQuery dataset. Structure is documented below.