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