public sealed class DataQualitySpec.Types.PostScanActions : IMessage<DataQualitySpec.Types.PostScanActions>, IEquatable<DataQualitySpec.Types.PostScanActions>, IDeepCloneable<DataQualitySpec.Types.PostScanActions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualitySpec.Types.PostScanActions.
The configuration of post scan actions of DataQualityScan.
Implements
IMessageDataQualitySpecTypesPostScanActions, IEquatableDataQualitySpecTypesPostScanActions, IDeepCloneableDataQualitySpecTypesPostScanActions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
PostScanActions()
public PostScanActions()
PostScanActions(PostScanActions)
public PostScanActions(DataQualitySpec.Types.PostScanActions other)
Parameter | |
---|---|
Name | Description |
other |
DataQualitySpecTypesPostScanActions |
Properties
BigqueryExport
public DataQualitySpec.Types.PostScanActions.Types.BigQueryExport BigqueryExport { get; set; }
Optional. If set, results will be exported to the provided BigQuery table.
Property Value | |
---|---|
Type | Description |
DataQualitySpecTypesPostScanActionsTypesBigQueryExport |
NotificationReport
public DataQualitySpec.Types.PostScanActions.Types.NotificationReport NotificationReport { get; set; }
Optional. If set, results will be sent to the provided notification receipts upon triggers.
Property Value | |
---|---|
Type | Description |
DataQualitySpecTypesPostScanActionsTypesNotificationReport |