public sealed class FlushRowsResponse : IMessage<FlushRowsResponse>, IEquatable<FlushRowsResponse>, IDeepCloneable<FlushRowsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class FlushRowsResponse.
[[["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 page provides reference documentation for the `FlushRowsResponse` class within the Google BigQuery Storage v1 API, specifically for .NET development."],["The `FlushRowsResponse` class is a response message used when performing a `FlushRows` operation, and it shows the versions for that class ranging from 2.3.0 to 3.17.0."],["The `FlushRowsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google Protobuf and .NET features."],["It inherits members from the base `object` class, like `GetHashCode()`, `GetType()`, and `ToString()`, and the class offers two constructors, `FlushRowsResponse()` and `FlushRowsResponse(FlushRowsResponse other)`, which are useful for default initialization and copying."],["The main property of this class is `Offset`, a long integer representing the row offset up to which data has been flushed."]]],[]]