public sealed class FinalizeWriteStreamRequest : IMessage<FinalizeWriteStreamRequest>, IEquatable<FinalizeWriteStreamRequest>, IDeepCloneable<FinalizeWriteStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class FinalizeWriteStreamRequest.
[[["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 page provides reference documentation for the `FinalizeWriteStreamRequest` class within the Google BigQuery Storage v1 API for .NET."],["The `FinalizeWriteStreamRequest` class is used to construct messages that finalize a write stream and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string) and `WriteStreamName` to specify the stream to be finalized, formatted as a resource name."],["The class `FinalizeWriteStreamRequest` has been implemented for Google BigQuery Storage V1 for versions ranging from 2.3.0 to 3.17.0, with 3.17.0 being the latest."],["There are two public constructors available to create a `FinalizeWriteStreamRequest` object, one being the default constructor and the other allowing the creation based off another instance of the `FinalizeWriteStreamRequest` object."]]],[]]