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

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

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

Applied configs for data profile type data scan job.

Inheritance

object > DataScanEvent.Types.DataProfileAppliedConfigs

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataProfileAppliedConfigs()

public DataProfileAppliedConfigs()

DataProfileAppliedConfigs(DataProfileAppliedConfigs)

public DataProfileAppliedConfigs(DataScanEvent.Types.DataProfileAppliedConfigs other)
Parameter
NameDescription
otherDataScanEventTypesDataProfileAppliedConfigs

Properties

ColumnFilterApplied

public bool ColumnFilterApplied { get; set; }

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

Property Value
TypeDescription
bool

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