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.
Implements
IMessageDataProfileSpecTypesPostScanActionsTypesBigQueryExport, IEquatableDataProfileSpecTypesPostScanActionsTypesBigQueryExport, IDeepCloneableDataProfileSpecTypesPostScanActionsTypesBigQueryExport, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
BigQueryExport()
public BigQueryExport()
BigQueryExport(BigQueryExport)
public BigQueryExport(DataProfileSpec.Types.PostScanActions.Types.BigQueryExport other)
Parameter | |
---|---|
Name | Description |
other |
DataProfileSpecTypesPostScanActionsTypesBigQueryExport |
Properties
ResultsTable
public string ResultsTable { get; set; }
Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
Property Value | |
---|---|
Type | Description |
string |