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

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.

Inheritance

object > DataQualitySpec.Types.PostScanActions

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

PostScanActions()

public PostScanActions()

PostScanActions(PostScanActions)

public PostScanActions(DataQualitySpec.Types.PostScanActions other)
Parameter
NameDescription
otherDataQualitySpecTypesPostScanActions

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