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."],["It outlines the class's inheritance from `Object` and its implementation of several interfaces, including `IMessage\u003cFlushRowsResponse\u003e`, `IEquatable\u003cFlushRowsResponse\u003e`, `IDeepCloneable\u003cFlushRowsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The content showcases the class's constructors, specifically the default constructor and a copy constructor that takes another `FlushRowsResponse` object."],["The primary property of the class is `Offset`, a long integer representing the point up to which rows have been flushed, including the row at the given offset."],["The page also contains a list of links to the `FlushRowsResponse` documentation across many versions, ranging from version 2.3.0 to the latest version 3.17.0."]]],[]]