BigQueryDestinationConfigResponse

data class BigQueryDestinationConfigResponse(val dataFreshness: String, val singleTargetDataset: SingleTargetDatasetResponse, val sourceHierarchyDatasets: SourceHierarchyDatasetsResponse)

BigQuery destination configuration

Constructors

Link copied to clipboard
fun BigQueryDestinationConfigResponse(dataFreshness: String, singleTargetDataset: SingleTargetDatasetResponse, sourceHierarchyDatasets: SourceHierarchyDatasetsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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