public sealed class DataScanEvent.Types.DataQualityAppliedConfigs : IMessage<DataScanEvent.Types.DataQualityAppliedConfigs>, IEquatable<DataScanEvent.Types.DataQualityAppliedConfigs>, IDeepCloneable<DataScanEvent.Types.DataQualityAppliedConfigs>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataScanEvent.Types.DataQualityAppliedConfigs.
Applied configs for data quality type data scan job.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `DataQualityAppliedConfigs` class within the Cloud Dataplex v1 API, specifically for version 2.15.0, and shows previous versions."],["The `DataQualityAppliedConfigs` class is used to specify the applied configurations for data quality type data scan jobs, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two primary properties: `RowFilterApplied`, a boolean indicating if a row filter was used, and `SamplingPercent`, a float representing the percentage of records sampled during the data scan."],["There are multiple version of the API shown, starting from version 1.0.0 all the way up to the latest version 3.6.0."],["The `DataQualityAppliedConfigs` class has two constructors: a default constructor and a copy constructor that takes another `DataQualityAppliedConfigs` object as a parameter."]]],[]]