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 .NET."],["The `FlushRowsRequest` class is used as a request message for the `FlushRows` operation, which is part of the BigQuery Storage API."],["The latest available version of the API is 3.17.0 and this page contains a version history down to version 2.3.0."],["`FlushRowsRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `FlushRowsRequest` class include `Offset`, to define the ending offset of the flush operation, and `WriteStream`, to define the stream that is targeted."]]],[]]