Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs

Applied configs for data profile type data scan job.

Inheritance
object
GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX