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 document provides reference documentation for the `AppendRowsResponse.Types.AppendResult` class within the Google BigQuery Storage v1 API, which is used for successful append requests."],["The `AppendRowsResponse.Types.AppendResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the available constructors for creating `AppendResult` objects, including a parameter to create a new `AppendResult` based on another `AppendRowsResponse.Types.AppendResult`."],["The `Offset` property, a nullable `long`, indicates the row offset of the last append operation, but is not set when using default streams."],["The document outlines the availability of this class and its associated functionalities across various versions, starting from version 2.3.0 up to the latest 3.17.0."]]],[]]