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 the document also references many previous versions, ranging back to 1.0.0, all of which relate to `DataScanEvent.Types.DataQualityAppliedConfigs`."],["`DataQualityAppliedConfigs` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with methods and members inherited from the base `object` class."],["The class has properties like `RowFilterApplied`, a boolean indicating whether a row filter was used, and `SamplingPercent`, a float indicating the percentage of records sampled during a DataScan."],["The documentation includes constructors for `DataQualityAppliedConfigs`, one being a default constructor, and the second to accept another `DataQualityAppliedConfigs` instance as a parameter."]]],[]]