public sealed class DataScanEvent.Types.DataQualityAppliedConfigs : IMessage<DataScanEvent.Types.DataQualityAppliedConfigs>, IEquatable<DataScanEvent.Types.DataQualityAppliedConfigs>, IDeepCloneable<DataScanEvent.Types.DataQualityAppliedConfigs>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataScanEvent.Types.DataQualityAppliedConfigs.
Applied configs for data quality type data scan job.
Implements
IMessageDataScanEventTypesDataQualityAppliedConfigs, IEquatableDataScanEventTypesDataQualityAppliedConfigs, IDeepCloneableDataScanEventTypesDataQualityAppliedConfigs, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataQualityAppliedConfigs()
public DataQualityAppliedConfigs()DataQualityAppliedConfigs(DataQualityAppliedConfigs)
public DataQualityAppliedConfigs(DataScanEvent.Types.DataQualityAppliedConfigs other)| Parameter | |
|---|---|
| Name | Description |
other |
DataScanEventTypesDataQualityAppliedConfigs |
Properties
RowFilterApplied
public bool RowFilterApplied { get; set; }Boolean indicating whether a row filter was applied in the DataScan job.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
float |
|