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."],[[["This page details the `FlushRowsRequest` class, which is used to request the flushing of rows in Google Cloud BigQuery Storage."],["The latest version of this class is accessible under version 3.17.0, and there are multiple previous versions available for reference, dating back to version 2.3.0."],["The `FlushRowsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile component for handling data within the system."],["The class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and resides within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["Key properties of the `FlushRowsRequest` class include `Offset`, `WriteStream`, and `WriteStreamAsWriteStreamName`, which define the scope and target of the flush operation."]]],[]]