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-04-02 UTC."],[[["This webpage provides reference documentation for the `DataProfileSpec.Types.PostScanActions.Types.BigQueryExport` class within the Cloud Dataplex v1 API for .NET, detailing its functionality for configuring BigQuery export post-scan actions."],["The class `BigQueryExport` is defined within the `Google.Cloud.Dataplex.V1` namespace, residing in the `Google.Cloud.Dataplex.V1.dll` assembly, and represents the configuration for exporting DataProfileScan results to BigQuery."],["The documentation lists available versions of the API, ranging from version 1.0.0 to the latest 3.6.0, with each version link providing access to specific details."],["The `BigQueryExport` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, outlining its functionalities and behaviors."],["The page specifies that the user can set the destination of the exported `DataProfileScan` results to a table via the property `ResultsTable`."]]],[]]