BigQueryDestinationConfigArgs

data class BigQueryDestinationConfigArgs(val dataFreshness: Output<String>? = null, val singleTargetDataset: Output<SingleTargetDatasetArgs>? = null, val sourceHierarchyDatasets: Output<SourceHierarchyDatasetsArgs>? = null) : ConvertibleToJava<BigQueryDestinationConfigArgs>

BigQuery destination configuration

Constructors

Link copied to clipboard
constructor(dataFreshness: Output<String>? = null, singleTargetDataset: Output<SingleTargetDatasetArgs>? = null, sourceHierarchyDatasets: Output<SourceHierarchyDatasetsArgs>? = null)

Properties

Link copied to clipboard
val dataFreshness: Output<String>? = null

The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.

Link copied to clipboard

Single destination dataset.

Link copied to clipboard

Source hierarchy datasets.

Functions

Link copied to clipboard
open override fun toJava(): BigQueryDestinationConfigArgs