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-04-09 UTC."],[[["This document provides reference documentation for the `BigQueryDestinationConfig.Types.AppendOnly` class within the DataStream v1 API."],["The latest version of this class is available in version 2.9.0, with this page specifically detailing version 2.8.0, and older versions going as far back as version 1.0.0."],["The `AppendOnly` mode ensures that all changes to a table are written to the corresponding destination table."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `object` class and provides constructors for creating new instances of `AppendOnly`, including one for copying from another `AppendOnly` object."]]],[]]