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 webpage provides documentation for the `AppendResult` class within the Google BigQuery Storage v1 API, specifically for the .NET environment, covering versions from 2.3.0 up to the latest version 3.17.0."],["The `AppendResult` class, found in the `Google.Cloud.BigQuery.Storage.V1` namespace, represents the response for successful append requests to BigQuery."],["`AppendResult` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property, `Offset`, which is a nullable `Int64` and indicates the row offset for the last successful append, unless using default streams."],["The documentation provides two constructors for the `AppendResult` class: a default constructor and one that takes another `AppendRowsResponse.Types.AppendResult` object as a parameter."]]],[]]