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 provided content is documentation for the `AppendResult` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically version 2.8.0 of the library."],["`AppendResult` is used to represent the result of successful append requests within the BigQuery Storage API, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `Object` and has two constructors: a default constructor and one that accepts another `AppendResult` instance."],["The class contains one property, `Offset`, which is of type nullable `Int64` and indicates the row offset of the last successful append, if available."],["The documentation also has a list of 25 versions, with 3.17.0 being the latest, of `AppendRowsResponse.Types.AppendResult`."]]],[]]