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 documentation page covers the `FlushRowsRequest` class within the Google BigQuery Storage v1 API for .NET, providing details on how to use it for flushing rows."],["The `FlushRowsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `FlushRowsRequest` class is utilized in the context of a request message for flushing rows and has two constructors available, one being empty and one allowing to receive another `FlushRowsRequest` as a parameter."],["The class contains properties such as `Offset`, which specifies the ending offset of the flush operation, `WriteStream`, the target stream for the operation, and `WriteStreamAsWriteStreamName` which is the stream name with a specific type."],["This reference page covers various versions of the API, ranging from the latest 3.17.0 down to 2.3.0, providing documentation for each of the various versions in relation to the `FlushRowsRequest` class."]]],[]]