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-03-21 UTC."],[[["This document provides reference documentation for the `DataScanEvent.Types.DataProfileAppliedConfigs` class within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0."],["The `DataProfileAppliedConfigs` class is used to describe the configurations applied to a data profile type data scan job, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties that indicate whether a column filter (`ColumnFilterApplied`) or row filter (`RowFilterApplied`) was used during the data scan, both being boolean types."],["The `SamplingPercent` property, of type float, shows what percentage of the dataset was used for the data scan, with values ranging from 0.0 to 100.0, where 0.0 or 100.0 indicates that no sampling was used."],["Multiple versions of the `DataScanEvent.Types.DataProfileAppliedConfigs` class are available, ranging from version 1.0.0 to 3.6.0."]]],[]]