Cloud Dataplex v1 API - Class DataProfileSpec.Types.PostScanActions.Types.BigQueryExport (2.15.0)

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.

Inheritance

object > DataProfileSpec.Types.PostScanActions.Types.BigQueryExport

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

BigQueryExport()

public BigQueryExport()

BigQueryExport(BigQueryExport)

public BigQueryExport(DataProfileSpec.Types.PostScanActions.Types.BigQueryExport other)
Parameter
NameDescription
otherDataProfileSpecTypesPostScanActionsTypesBigQueryExport

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
TypeDescription
string