Cloud Dataplex v1 API - Class DataScanEvent.Types.DataQualityAppliedConfigs (2.15.0)

public sealed class DataScanEvent.Types.DataQualityAppliedConfigs : IMessage<DataScanEvent.Types.DataQualityAppliedConfigs>, IEquatable<DataScanEvent.Types.DataQualityAppliedConfigs>, IDeepCloneable<DataScanEvent.Types.DataQualityAppliedConfigs>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataScanEvent.Types.DataQualityAppliedConfigs.

Applied configs for data quality type data scan job.

Inheritance

object > DataScanEvent.Types.DataQualityAppliedConfigs

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataQualityAppliedConfigs()

public DataQualityAppliedConfigs()

DataQualityAppliedConfigs(DataQualityAppliedConfigs)

public DataQualityAppliedConfigs(DataScanEvent.Types.DataQualityAppliedConfigs other)
Parameter
NameDescription
otherDataScanEventTypesDataQualityAppliedConfigs

Properties

RowFilterApplied

public bool RowFilterApplied { get; set; }

Boolean indicating whether a row filter was applied in the DataScan job.

Property Value
TypeDescription
bool

SamplingPercent

public float SamplingPercent { get; set; }

The percentage of the records selected from the dataset for DataScan.

  • Value ranges between 0.0 and 100.0.
  • Value 0.0 or 100.0 imply that sampling was not applied.
Property Value
TypeDescription
float