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 latest version of the documentation is 3.17.0, with a range of previous versions from 3.16.0 down to 2.3.0 also available for reference."],["The `AppendResult` class is designed to return confirmation upon successful append operations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AppendResult` class has a constructor, `AppendResult`, that allows an instance to be made from itself or from the passed parameters, and it contains a property, `Offset`, which is a nullable `long` type that indicates the row offset of the last append."],["The namespace for this class is `Google.Cloud.BigQuery.Storage.V1` within the assembly `Google.Cloud.BigQuery.Storage.V1.dll`, and it inherits from the base class `object`."]]],[]]