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."],[[["This webpage details the `AppendResult` class, which is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is returned upon successful append requests."],["The latest version available is 3.17.0, with an array of prior versions accessible, going back to 2.3.0."],["The `AppendResult` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`AppendResult` has a property called `Offset`, which indicates the row offset where the most recent append happened, but this is not used with default streams."],["The `AppendResult` class has two constructors, one that is empty, and another that takes an `AppendRowsResponse.Types.AppendResult` instance as a parameter."]]],[]]