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 page documents the `AppendResult` class, which is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is returned for successful append requests."],["The latest version documented is 3.17.0, with prior versions back to 2.3.0 also listed and accessible via links."],["`AppendResult` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `AppendResult` class has a single property, `Offset`, which is a nullable long representing the row offset of the last append."],["Two constructors are available, a parameterless constructor and a constructor that takes another `AppendResult` as a parameter."]]],[]]