public sealed class FlushRowsRequest : IMessage<FlushRowsRequest>, IEquatable<FlushRowsRequest>, IDeepCloneable<FlushRowsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class FlushRowsRequest.
[[["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 webpage provides reference documentation for the `FlushRowsRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.13.0."],["The `FlushRowsRequest` class is used to send request messages for the `FlushRows` operation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`, and it exists within the `Google.Cloud.BigQuery.Storage.V1` namespace, within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The `FlushRowsRequest` class has two constructors and three properties, `Offset`, `WriteStream`, and `WriteStreamAsWriteStreamName`, used for defining the flush operation's target and scope."],["The document also lists previous versions of this reference, with the latest version being 3.17.0, and a full list of version ranging from 3.17.0 down to 2.3.0."]]],[]]