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

public sealed class DataQualitySpec.Types.PostScanActions.Types.BigQueryExport : IMessage<DataQualitySpec.Types.PostScanActions.Types.BigQueryExport>, IEquatable<DataQualitySpec.Types.PostScanActions.Types.BigQueryExport>, IDeepCloneable<DataQualitySpec.Types.PostScanActions.Types.BigQueryExport>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualitySpec.Types.PostScanActions.Types.BigQueryExport.

The configuration of BigQuery export post scan action.

Inheritance

object > DataQualitySpec.Types.PostScanActions.Types.BigQueryExport

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

BigQueryExport()

public BigQueryExport()

BigQueryExport(BigQueryExport)

public BigQueryExport(DataQualitySpec.Types.PostScanActions.Types.BigQueryExport other)
Parameter
NameDescription
otherDataQualitySpecTypesPostScanActionsTypesBigQueryExport

Properties

ResultsTable

public string ResultsTable { get; set; }

Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Property Value
TypeDescription
string