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 page details the `FinalizeWriteStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, specifically version 3.2.0."],["`FinalizeWriteStreamResponse` is a response message used for `FinalizeWriteStream` operations, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It has two constructors, a default one and one that takes another `FinalizeWriteStreamResponse` as a parameter."],["The class has a `RowCount` property of type `Int64`, indicating the number of rows within the finalized stream."]]],[]]