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 webpage provides documentation for the `AppendRowsResponse.Types.AppendResult` class within the Google BigQuery Storage v1 API, detailing its functionality and implementation."],["The `AppendResult` class is designed to handle responses from successful append requests in the BigQuery Storage API, offering methods and properties for managing and understanding those results."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide comprehensive functionalities for message handling and object management."],["The `AppendResult` class includes a constructor and a property called `Offset` which represents the row offset of the last successful append, however, it will not be populated if default streams were used."],["The page offers links to API references for multiple versions of this class, starting from version 2.3.0 up to the latest 3.17.0 version, with documentation spanning from .NET 2.3 to 3.17."]]],[]]