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 webpage provides reference documentation for the `DataQualitySpec.Types.PostScanActions.Types.BigQueryExport` class within the Cloud Dataplex v1 API for .NET."],["The `BigQueryExport` class allows for the configuration of exporting data quality scan results to a BigQuery table, and it has been released in multiple versions, with the latest being 3.6.0."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality checks, deep cloning, and buffer management."],["There are two constructors available: a default one, and another which takes an existing `BigQueryExport` object for copying."],["The main property that can be configured is `ResultsTable`, which determines the destination table in BigQuery for exporting scan results."]]],[]]