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, specifically for .NET."],["The latest version of the API documented is 3.17.0, with a list of previous versions ranging down to 2.3.0."],["`WriteStreamView` is an enum that defines the level of detail returned about a write stream, with options for `Basic`, `Full`, and `Unspecified`."],["The `Basic` view returns only basic metadata without schema information and is the default view returned by `GetWriteStream`, while `Full` returns all available write stream metadata and is returned by `CreateWriteStream`."],["The namespace for these classes is `Google.Cloud.BigQuery.Storage.V1`."]]],[]]