public sealed class DataProfileSpec.Types.PostScanActions.Types.BigQueryExport : IMessage<DataProfileSpec.Types.PostScanActions.Types.BigQueryExport>, IEquatable<DataProfileSpec.Types.PostScanActions.Types.BigQueryExport>, IDeepCloneable<DataProfileSpec.Types.PostScanActions.Types.BigQueryExport>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileSpec.Types.PostScanActions.Types.BigQueryExport.
The configuration of BigQuery export post scan action.
Optional. The BigQuery table to export DataProfileScan 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 document provides reference documentation for the `BigQueryExport` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for the `DataProfileSpec.Types.PostScanActions.Types` nested types."],["The `BigQueryExport` class is designed to configure the export of DataProfileScan results to a BigQuery table, as a post scan action, with it's properties allowing definition of the table path."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing diverse methods of data manipulation and interaction."],["The document offers a history of versions for the class, starting with version 1.0.0, and showcasing the latest version, 3.6.0, while current version is 2.12.0."],["The document includes constructors for the class `BigQueryExport()`, and `BigQueryExport(DataProfileSpec.Types.PostScanActions.Types.BigQueryExport other)`."]]],[]]