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"]],[["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 `FinalizeWriteStreamRequest` class within the Google BigQuery Storage v1 API, specifically for .NET."],["The `FinalizeWriteStreamRequest` class is a request message used to finalize a write stream in the BigQuery Storage API."],["The documentation covers versions of the BigQuery Storage API from 2.3.0 up to the latest version, 3.17.0, providing links to documentation for the `FinalizeWriteStreamRequest` in each version."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties to access the stream name."],["The documentation details the constructors and properties of the `FinalizeWriteStreamRequest` class, including `Name` which is the required stream name to be finalized, and `WriteStreamName` which is a typed view of that same resource name property."]]],[]]