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 documentation for the `DataQualitySpec.Types.PostScanActions.Types.BigQueryExport` class within the Google Cloud Dataplex V1 API for .NET."],["The content details the BigQuery export configuration for post-scan actions in the Dataplex environment, allowing users to understand how scan results can be exported."],["The latest version documented is 3.6.0, with a history of versions available for reference, including the current version in focus, 2.13.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities within the API framework."],["The `BigQueryExport` class has a constructor and one property, `ResultsTable`, which specifies the BigQuery table for exporting scan results."]]],[]]