public sealed class FlushRowsResponse : IMessage<FlushRowsResponse>, IEquatable<FlushRowsResponse>, IDeepCloneable<FlushRowsResponse>, IBufferMessage, IMessage
[[["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."],[[["The webpage details the `FlushRowsResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, which is part of the Google Cloud BigQuery Storage .NET library."],["The class `FlushRowsResponse` is a response message for `FlushRows` operations and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a property, `Offset`, of type `Int64`, which indicates the offset up to which rows have been successfully flushed."],["The page contains several versions of the library, with version 3.17.0 being the latest and version 2.9.0 being the specific version of focus."],["The page also provides access to documentation for many versions of the library, ranging from version 2.3.0 to 3.17.0, along with inherited members from the base `Object` class."]]],[]]