public sealed class FinalizeWriteStreamResponse : IMessage<FinalizeWriteStreamResponse>, IEquatable<FinalizeWriteStreamResponse>, IDeepCloneable<FinalizeWriteStreamResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class FinalizeWriteStreamResponse.
[[["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 `FinalizeWriteStreamResponse` class within the Google BigQuery Storage v1 API for .NET."],["The latest version of `FinalizeWriteStreamResponse` is 3.17.0, with version 3.16.0, among others, also available in the list."],["`FinalizeWriteStreamResponse` is used as the response message for the `FinalizeWriteStream` function and includes the count of the rows in the finalized stream."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has one property named `RowCount`, of type `long`, that represents the number of rows present in the finalized stream, and has two constructors."]]],[]]