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 page provides reference documentation for the `FlushRowsRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.12.0."],["`FlushRowsRequest` is used to define a request for flushing rows in the BigQuery Storage API and is derived from the base `object` class, while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page outlines that `FlushRowsRequest` contains properties such as `Offset` (a long integer specifying the ending offset of the flush) and `WriteStream` (a string representing the stream targeted for the flush operation)."],["The documentation covers several versions, ranging from 2.3.0 to 3.17.0, however 3.17.0 is currently the latest version."],["Two constructors are available for creating `FlushRowsRequest` instances: a default constructor and a copy constructor that takes another `FlushRowsRequest` instance as input."]]],[]]