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 `DataScanEvent.Types.DataQualityAppliedConfigs` class within the Google Cloud Dataplex V1 API, detailing its functionality in data quality checks."],["The latest version documented is 3.6.0, and previous versions dating back to 1.0.0 are available, demonstrating the history of updates to the class."],["`DataQualityAppliedConfigs` is used to represent applied configurations for data quality scans, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `RowFilterApplied`, a boolean indicating whether a row filter was applied, and `SamplingPercent`, a float representing the percentage of records sampled during the scan."],["There are two constructors available for the class, one being parameterless and the other accepting another `DataQualityAppliedConfigs` instance to construct a copy."]]],[]]