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."],[[["The webpage details the `FinalizeWriteStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, with version 2.8.0 being the context."],["This class, `FinalizeWriteStreamResponse`, is a response message used for finalizing a write stream and is derived from the base `Object` class, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides links to documentation for multiple versions of `Google.Cloud.BigQuery.Storage.V1`, from version 2.3.0 up to the latest version 3.17.0."],["The `FinalizeWriteStreamResponse` class has one public property, `RowCount`, which is of type `Int64` and represents the number of rows in the finalized stream."],["The `FinalizeWriteStreamResponse` class has two constructors: a parameterless constructor, and one that accepts another `FinalizeWriteStreamResponse` instance."]]],[]]