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."],[[["This documentation page covers the `AppendRowsResponse.Types.AppendResult` class within the Google BigQuery Storage v1 API, specifically version 3.12.0."],["`AppendResult` signifies a successful append operation, as part of the `AppendRowsResponse`, which includes a class implementation of several interfaces."],["The page provides access to the `AppendResult` documentation across several versions, ranging from 2.3.0 up to 3.17.0, with 3.17.0 being the latest release."],["The `AppendResult` class contains a property called Offset, a nullable long type, that states the row offset at which the last append occurred, and is not set when using default streams."],["The class page includes two constructor methods, `AppendResult()` and `AppendResult(AppendRowsResponse.Types.AppendResult other)`, and information about the implemented and inherited members."]]],[]]