public sealed class DataQualitySpec.Types.PostScanActions.Types.NotificationReport : IMessage<DataQualitySpec.Types.PostScanActions.Types.NotificationReport>, IEquatable<DataQualitySpec.Types.PostScanActions.Types.NotificationReport>, IDeepCloneable<DataQualitySpec.Types.PostScanActions.Types.NotificationReport>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualitySpec.Types.PostScanActions.Types.NotificationReport.
The configuration of notification report post scan action.
Implements
IMessageDataQualitySpecTypesPostScanActionsTypesNotificationReport, IEquatableDataQualitySpecTypesPostScanActionsTypesNotificationReport, IDeepCloneableDataQualitySpecTypesPostScanActionsTypesNotificationReport, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
NotificationReport()
public NotificationReport()NotificationReport(NotificationReport)
public NotificationReport(DataQualitySpec.Types.PostScanActions.Types.NotificationReport other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualitySpecTypesPostScanActionsTypesNotificationReport |
Properties
JobEndTrigger
public DataQualitySpec.Types.PostScanActions.Types.JobEndTrigger JobEndTrigger { get; set; }Optional. If set, report will be sent when a scan job ends.
| Property Value | |
|---|---|
| Type | Description |
DataQualitySpecTypesPostScanActionsTypesJobEndTrigger |
|
JobFailureTrigger
public DataQualitySpec.Types.PostScanActions.Types.JobFailureTrigger JobFailureTrigger { get; set; }Optional. If set, report will be sent when a scan job fails.
| Property Value | |
|---|---|
| Type | Description |
DataQualitySpecTypesPostScanActionsTypesJobFailureTrigger |
|
Recipients
public DataQualitySpec.Types.PostScanActions.Types.Recipients Recipients { get; set; }Required. The recipients who will receive the notification report.
| Property Value | |
|---|---|
| Type | Description |
DataQualitySpecTypesPostScanActionsTypesRecipients |
|
ScoreThresholdTrigger
public DataQualitySpec.Types.PostScanActions.Types.ScoreThresholdTrigger ScoreThresholdTrigger { get; set; }Optional. If set, report will be sent when score threshold is met.
| Property Value | |
|---|---|
| Type | Description |
DataQualitySpecTypesPostScanActionsTypesScoreThresholdTrigger |
|