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 content covers various versions of `AppendResult`, a class within the `Google.Cloud.BigQuery.Storage.V1` namespace, ranging from version 2.3.0 to the latest version 3.17.0."],["`AppendResult` is used to confirm successful append requests in the context of Google Cloud BigQuery Storage."],["The class `AppendResult` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AppendResult` has a property called `Offset`, which is of type nullable `Int64`, that represents the row offset of the last successful append and may be null if the default stream is used."],["`AppendResult` class has two constructor overloads, one default and one that takes an object of type `AppendRowsResponse.Types.AppendResult` as an argument."]]],[]]