public sealed class BigQueryDestinationConfig.Types.AppendOnly : IMessage<BigQueryDestinationConfig.Types.AppendOnly>, IEquatable<BigQueryDestinationConfig.Types.AppendOnly>, IDeepCloneable<BigQueryDestinationConfig.Types.AppendOnly>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class BigQueryDestinationConfig.Types.AppendOnly.
AppendOnly mode defines that all changes to a table will be written to the
destination table.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `BigQueryDestinationConfig.Types.AppendOnly` is 2.9.0, with multiple previous versions dating back to 1.0.0."],["`BigQueryDestinationConfig.Types.AppendOnly` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for use with the DataStream v1 API."],["AppendOnly mode ensures that all changes made to a table are written to the destination table in BigQuery."],["This class inherits from `object` and includes constructors for default initialization (`AppendOnly()`) and copying existing instances (`AppendOnly(AppendOnly other)`)."]]],[]]