Class GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs
Applied configs for data quality type data scan job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RowFilterApplied
Boolean indicating whether a row filter was applied in the DataScan job.
Declaration
[JsonProperty("rowFilterApplied")]
public virtual bool? RowFilterApplied { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SamplingPercent
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.
Declaration
[JsonProperty("samplingPercent")]
public virtual float? SamplingPercent { get; set; }
Property Value
Type | Description |
---|---|
float? |