public sealed class FlushRowsRequest : IMessage<FlushRowsRequest>, IEquatable<FlushRowsRequest>, IDeepCloneable<FlushRowsRequest>, 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 page details the `FlushRowsRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, which is used for managing flush operations in BigQuery storage."],["It lists the different versions of the `FlushRowsRequest` class, ranging from version 2.3.0 to the latest 3.17.0, with version 3.1.0 being the version described in the main context."],["`FlushRowsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `FlushRowsRequest` class has two constructors: one default and another that takes another `FlushRowsRequest` object as input, allowing for object cloning."],["Key properties of `FlushRowsRequest` include `Offset` (the ending offset for flushing), `WriteStream` (the target stream for flushing), and `WriteStreamAsWriteStreamName` (a typed view of the `WriteStream` resource name)."]]],[]]