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."],[[["The latest version available for the Google BigQuery Storage v1 API is 3.17.0."],["This page lists available versions of the `WriteStreamView` enum from version 2.3.0 up to the current version 3.17.0, allowing developers to access documentation for each release."],["`WriteStreamView` is an enum in the `Google.Cloud.BigQuery.Storage.V1` namespace that dictates what details about a write stream are returned."],["The `WriteStreamView` enum has three possible values: `Basic`, `Full`, and `Unspecified`, each with its own behavior regarding the metadata it returns about a write stream."]]],[]]