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 documentation for the `DataScanEvent.Types.DataProfileAppliedConfigs` class within the Google Cloud Dataplex v1 API, covering versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `DataProfileAppliedConfigs` class is used to represent the applied configurations for a data profile type data scan job, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ColumnFilterApplied` and `RowFilterApplied`, which are booleans indicating if column or row filters were used, respectively, in addition to `SamplingPercent` which details the percentage of sampled records in the data scan."],["The document details the constructors available for the `DataProfileAppliedConfigs` class, along with inherited members such as `GetHashCode`, `GetType`, and `ToString`, and the relevant namespace and assembly."]]],[]]