public sealed class FinalizeWriteStreamRequest : IMessage<FinalizeWriteStreamRequest>, IEquatable<FinalizeWriteStreamRequest>, IDeepCloneable<FinalizeWriteStreamRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `FinalizeWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, used to finalize a write stream."],["The latest available version is 3.17.0, and the page lists links to documentation for versions ranging from 3.17.0 down to 2.3.0, allowing the user to choose the corresponding version they require."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering a robust set of functionalities."],["The class has two constructors available: one default constructor and another that takes an existing `FinalizeWriteStreamRequest` instance for cloning purposes."],["The `FinalizeWriteStreamRequest` class has two key properties: `Name`, which stores the name of the stream to be finalized as a string, and `WriteStreamName`, which offers a typed view of the stream name property."]]],[]]