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

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

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

This trigger is triggered when the DQ score in the job result is less than a specified input score.

Inheritance

object > DataQualitySpec.Types.PostScanActions.Types.ScoreThresholdTrigger

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ScoreThresholdTrigger()

public ScoreThresholdTrigger()

ScoreThresholdTrigger(ScoreThresholdTrigger)

public ScoreThresholdTrigger(DataQualitySpec.Types.PostScanActions.Types.ScoreThresholdTrigger other)
Parameter
NameDescription
otherDataQualitySpecTypesPostScanActionsTypesScoreThresholdTrigger

Properties

ScoreThreshold

public float ScoreThreshold { get; set; }

Optional. The score range is in [0,100].

Property Value
TypeDescription
float