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-03-25 UTC."],[[["This webpage provides documentation for the `BigQueryExport` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment."],["The `BigQueryExport` class is part of `DataQualitySpec.Types.PostScanActions.Types` and configures the export of data quality scan results to BigQuery."],["The page lists all previous versions of this API, starting from version 1.0.0, going all the way up to the latest version which is 3.6.0, in descending order."],["`BigQueryExport` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with different parts of the .NET ecosystem."],["A key property within this class is `ResultsTable`, which is used to specify the BigQuery table where the results of a `DataQualityScan` will be exported."]]],[]]