public sealed class AppendResult : IMessage<AppendRowsResponse.Types.AppendResult>, IEquatable<AppendRowsResponse.Types.AppendResult>, IDeepCloneable<AppendRowsResponse.Types.AppendResult>, IBufferMessage, IMessage
AppendResult is returned for successful append requests.
[[["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 of the `AppendResult` class is 3.17.0, but multiple versions are available, ranging from 2.3.0 to 3.17.0, with each one being a link to the respective documentation."],["`AppendResult` is a class within the `Google.Cloud.BigQuery.Storage.V1` namespace that represents the result of a successful append request."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["`AppendResult` has an `Offset` property of type `Nullable\u003cInt64\u003e` that indicates the row offset at which the last append operation occurred, and it will not be set if appending uses default streams."],["The class has two constructors: one that takes no arguments, and another that takes an instance of `AppendRowsResponse.Types.AppendResult` as an argument."]]],[]]