Big Query Destination Config Response
data class BigQueryDestinationConfigResponse(val dataFreshness: String, val singleTargetDataset: SingleTargetDatasetResponse, val sourceHierarchyDatasets: SourceHierarchyDatasetsResponse)
BigQuery destination configuration
Constructors
Link copied to clipboard
constructor(dataFreshness: String, singleTargetDataset: SingleTargetDatasetResponse, sourceHierarchyDatasets: SourceHierarchyDatasetsResponse)
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
Source hierarchy datasets.