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 .NET."],["`FlushRowsRequest` is used as a request message for flushing rows and is part of the `Google.Cloud.BigQuery.Storage.V1` namespace, with its current documentation representing version 3.4.0."],["The latest documented version is 3.17.0, while this specific page covers version 3.4.0 and has links to previous versions up to 2.3.0."],["`FlushRowsRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The properties of this class include `Offset`, which is nullable long for setting the flush point, and `WriteStream` as well as `WriteStreamAsWriteStreamName` which are used for target stream identification."]]],[]]