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 webpage provides documentation for the `BigQueryExport` class within the Google Cloud Dataplex V1 API, specifically within the `DataProfileSpec.Types.PostScanActions.Types` namespace."],["The content outlines the class's role in configuring BigQuery export actions after a data profile scan, which is a feature within the Google Cloud Dataplex service."],["Multiple versions of the documentation are available, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to access the version they require."],["The `BigQueryExport` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicates its capabilities in message handling, comparison, cloning, and buffering."],["The single property of the class is `ResultsTable`, which is a string that represents the BigQuery table location to which results are exported following a DataProfileScan."]]],[]]