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-25 UTC."],[[["The latest version available for `DataScanEvent.Types.DataProfileAppliedConfigs` is 3.6.0, with multiple prior versions ranging from 1.0.0 to 3.5.0 also available."],["`DataProfileAppliedConfigs` is a class in the Google Cloud Dataplex v1 API, specifically for data profile type data scan jobs, which inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties to check if a column filter (`ColumnFilterApplied`) or a row filter (`RowFilterApplied`) was applied during a DataScan job, both returning boolean values."],["The `SamplingPercent` property, a float type, represents the percentage of records sampled in a DataScan, with a value between 0.0 and 100.0, and indicates that no sampling took place if the value is either 0.0 or 100.0."],["This class contains two constructors, `DataProfileAppliedConfigs()`, and `DataProfileAppliedConfigs(DataScanEvent.Types.DataProfileAppliedConfigs other)`, allowing for default initialization and copying from another instance."]]],[]]