[[["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-04-17 UTC."],[[["The page provides documentation for the `WriteDisposition` enum within the Google BigQuery v2 API, covering various versions from 2.2.0 to 3.11.0."],["`WriteDisposition` controls how data is written to a table that already has existing data, offering options to append, truncate, or only write if the table is empty."],["The `WriteDisposition` enum is found within the `Google.Cloud.BigQuery.V2` namespace and is part of the `Google.Cloud.BigQuery.V2.dll` assembly."],["The enum has three possible field values: `WriteAppend`, which appends new data; `WriteIfEmpty`, which fails if the table is not empty; and `WriteTruncate`, which deletes existing data."],["Version 3.11.0 is the latest version available, while version 3.10.0 is the version for which the current documentation is being displayed."]]],[]]