public sealed class DataQualitySpec.Types.PostScanActions.Types.BigQueryExport : IMessage<DataQualitySpec.Types.PostScanActions.Types.BigQueryExport>, IEquatable<DataQualitySpec.Types.PostScanActions.Types.BigQueryExport>, IDeepCloneable<DataQualitySpec.Types.PostScanActions.Types.BigQueryExport>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualitySpec.Types.PostScanActions.Types.BigQueryExport.
The configuration of BigQuery export post scan action.
Optional. The BigQuery table to export DataQualityScan results to.
Format:
//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
[[["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-09 UTC."],[[["This document provides reference information for the `DataQualitySpec.Types.PostScanActions.Types.BigQueryExport` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The `BigQueryExport` class is designed for configuring the export of DataQualityScan results to a BigQuery table after a scan is completed."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the component is 3.6.0, with a list of previous versions ranging from 1.0.0 up to the latest release, all within the `Google.Cloud.Dataplex.V1` namespace."],["The primary property of this class is `ResultsTable`, a string that defines the BigQuery table destination where the DataQualityScan results are exported, with a specific format requirement."]]],[]]