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, across multiple versions, starting from version 2.3.0 all the way to the latest 3.17.0."],["`FinalizeWriteStreamResponse` is a response message for the `FinalizeWriteStream` function, which is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and can be found within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The `FinalizeWriteStreamResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `FinalizeWriteStreamResponse` object as a parameter, named `other`, allowing for the creation of new instances."],["A core property of `FinalizeWriteStreamResponse` is `RowCount`, which is a `long` type, representing the total number of rows contained within the finalized stream."]]],[]]