public sealed class 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 page provides reference documentation for the `AppendRowsResponse.Types.AppendResult` class within the Google BigQuery Storage v1 API, specifically for .NET."],["The `AppendResult` class is returned following successful append requests, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the `AppendResult` class's inheritance from `Object` and its implementation of multiple interfaces, and also describes the available constructors and their parameters."],["It lists the available versions of the `AppendResult` class, from version 2.3.0 up to the latest version 3.17.0."],["It provides information on the `Offset` property, indicating the row offset of the last append, which may not be set when using default streams."]]],[]]