public sealed class DataProfileSpec.Types.PostScanActions : IMessage<DataProfileSpec.Types.PostScanActions>, IEquatable<DataProfileSpec.Types.PostScanActions>, IDeepCloneable<DataProfileSpec.Types.PostScanActions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileSpec.Types.PostScanActions.
The configuration of post scan actions of DataProfileScan job.
Implements
IMessageDataProfileSpecTypesPostScanActions, IEquatableDataProfileSpecTypesPostScanActions, IDeepCloneableDataProfileSpecTypesPostScanActions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
PostScanActions()
public PostScanActions()
PostScanActions(PostScanActions)
public PostScanActions(DataProfileSpec.Types.PostScanActions other)
Parameter | |
---|---|
Name | Description |
other | DataProfileSpecTypesPostScanActions |
Properties
BigqueryExport
public DataProfileSpec.Types.PostScanActions.Types.BigQueryExport BigqueryExport { get; set; }
Optional. If set, results will be exported to the provided BigQuery table.
Property Value | |
---|---|
Type | Description |
DataProfileSpecTypesPostScanActionsTypesBigQueryExport |