public sealed class FinalizeWriteStreamResponse : IMessage<FinalizeWriteStreamResponse>, IEquatable<FinalizeWriteStreamResponse>, IDeepCloneable<FinalizeWriteStreamResponse>, IBufferMessage, IMessage
[[["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 documentation for the `FinalizeWriteStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically detailing its functionality within the .NET environment."],["The `FinalizeWriteStreamResponse` class is a response message used for the `FinalizeWriteStream` operation and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is for version 3.17.0, with previous versions down to 2.3.0 also available for reference."],["The `FinalizeWriteStreamResponse` class has a property called `RowCount`, which is a long integer that indicates the number of rows in the finalized stream."],["There are two constructors available, one default, and one that takes another `FinalizeWriteStreamResponse` as an argument."]]],[]]