The BASIC projection returns basic metadata about a write stream. The
basic view does not include schema information. This is the default view
returned by GetWriteStream.
Full
The FULL projection returns all available write stream metadata, including
the schema. CreateWriteStream returns the full projection of write stream
metadata.
[[["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 `WriteStreamView` enum within the Google BigQuery Storage v1 API for .NET."],["The `WriteStreamView` enum determines the level of detail returned about a write stream, allowing for either a basic or full view of the write stream's metadata."],["The available views for the `WriteStreamView` enum are `Basic`, `Full`, and `Unspecified`, with `Basic` being the default view and `Full` including schema information."],["The latest version of this API is 3.17.0, and the page has previous versions listed from 3.16.0 down to 2.3.0, each linking to its own reference documentation."]]],[]]