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 developers."],["The `FlushRowsRequest` class is used to request a flush operation on a specific write stream in BigQuery, using the Google.Cloud.BigQuery.Storage.V1 library."],["The documentation covers versions 2.3.0 up to the latest version 3.17.0 of the API, as well as all versions in between."],["The `FlushRowsRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The documentation lists properties such as `Offset`, `WriteStream`, and `WriteStreamAsWriteStreamName`, which are vital to know for proper flushing operations, alongside their descriptions and types."]]],[]]