Class GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs
Applied configs for data profile type data scan job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs : IDirectResponseSchema
Properties
ColumnFilterApplied
Boolean indicating whether a column filter was applied in the DataScan job.
Declaration
[JsonProperty("columnFilterApplied")]
public virtual bool? ColumnFilterApplied { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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? |