public sealed class AppendRowsResponse.Types.AppendResult : IMessage<AppendRowsResponse.Types.AppendResult>, IEquatable<AppendRowsResponse.Types.AppendResult>, IDeepCloneable<AppendRowsResponse.Types.AppendResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class AppendRowsResponse.Types.AppendResult.
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 provides documentation for the `AppendRowsResponse.Types.AppendResult` class within the Google BigQuery Storage v1 API."],["This `AppendResult` class is designed to be returned after successful data append operations."],["The documentation covers versions from 2.3.0 up to the latest version of 3.17.0, with the latest being accessible through a distinct link."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, defining its functionality and how it interacts with other parts of the system."],["The class includes a property called `Offset` of type long that specifies the row offset of the last append operation."]]],[]]