public sealed class BigQueryDestinationConfig : IMessage<BigQueryDestinationConfig>, IEquatable<BigQueryDestinationConfig>, IDeepCloneable<BigQueryDestinationConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eBigQueryDestinationConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Datastream.V1\u003c/code\u003e namespace, specifically version 2.1.0, with references to other versions of the class, ranging from 1.0.0 to 2.9.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryDestinationConfig\u003c/code\u003e class is designed for configuring the destination settings for data streams within BigQuery, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor \u003ccode\u003eBigQueryDestinationConfig()\u003c/code\u003e and a copy constructor \u003ccode\u003eBigQueryDestinationConfig(BigQueryDestinationConfig other)\u003c/code\u003e, which accepts another \u003ccode\u003eBigQueryDestinationConfig\u003c/code\u003e object as parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for managing data freshness (\u003ccode\u003eDataFreshness\u003c/code\u003e), determining the dataset configuration type (\u003ccode\u003eDatasetConfigCase\u003c/code\u003e), specifying a single destination dataset (\u003ccode\u003eSingleTargetDataset\u003c/code\u003e), and defining source hierarchy datasets (\u003ccode\u003eSourceHierarchyDatasets\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe document indicates that editing the \u003ccode\u003eDataFreshness\u003c/code\u003e property impacts only new tables, not existing ones, meaning that new query tables will have the updated data freshness, but existing tables will remain with their original settings.\u003c/p\u003e\n"]]],[],null,[]]