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 of the `WriteStreamView` API is 3.17.0, but multiple versions are available, ranging from 2.3.0 to 3.17.0."],["`WriteStreamView` is an enum within the Google BigQuery Storage v1 API that determines the level of detail returned about a write stream."],["The `Basic` view provides basic metadata without schema information, and is the default view for `GetWriteStream`."],["The `Full` view provides all available write stream metadata, including the schema, and is the view returned by `CreateWriteStream`."],["`Unspecified` is the default/unset value for the WriteStreamView enum."]]],[]]