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 focusing on its use in configuring post-scan actions for data profiling."],["The `BigQueryExport` class allows users to specify a BigQuery table where DataProfileScan results will be exported, using a format that includes the project ID, dataset ID, and table ID."],["The provided content is a reference documentation of the class that is available in multiple versions, ranging from 1.0.0 up to the latest version of 3.6.0."],["The `BigQueryExport` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide flexibility and features for working with data."],["The class inherits from the base object class and features two constructors: a default constructor and a constructor that accepts another `BigQueryExport` object as a parameter for object duplication."]]],[]]