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.
[[["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-04-09 UTC."],[[["This document provides reference information for the `DataScanEvent.Types.DataProfileAppliedConfigs` class within the Google Cloud Dataplex V1 API, detailing its structure and functionality."],["The latest version available is 3.6.0, and the document also lists several previous versions, starting from 1.0.0, each linked to its respective documentation."],["`DataProfileAppliedConfigs` is used for applied configurations in data profile type data scan jobs, implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling operations like deep cloning and message handling."],["The class includes properties such as `ColumnFilterApplied`, `RowFilterApplied`, and `SamplingPercent`, which describe whether column or row filters were applied and the sampling percentage used during the DataScan job."],["The `SamplingPercent` property indicates the percentage of records selected for the DataScan, with a value between 0.0 and 100.0, where 0.0 or 100.0 means that sampling was not used."]]],[]]