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 webpage provides reference documentation for the `WriteStreamView` enum within the Google BigQuery Storage v1 API."],["The latest available version of the documentation is 3.17.0, and there is also access to previous versions going back to 2.3.0."],["`WriteStreamView` enum is a view that dictates the level of detail provided in write stream information, such as schema inclusion."],["There are three defined field options within the `WriteStreamView` enum: `Basic`, `Full`, and `Unspecified`, with `Basic` being the default view that doesn't include the schema, and `Full` including all available metadata."]]],[]]