public sealed class DataProfileConfigSnapshot : IMessage<DataProfileConfigSnapshot>, IEquatable<DataProfileConfigSnapshot>, IDeepCloneable<DataProfileConfigSnapshot>, IBufferMessage, IMessage
Snapshot of the configurations used to generate the profile.
[[["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."],[[["The latest version available is 4.16.0, with a range of versions from 4.0.0 to 4.15.0 also listed, plus versions 3.2.0 - 3.5.0 and 2.15.0 - 2.16.0, for the `DataProfileConfigSnapshot`."],["`DataProfileConfigSnapshot` is a class that represents a snapshot of configurations used for data profiling, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating new instances, either default or by copying an existing `DataProfileConfigSnapshot`, plus has a `DataProfileJob` and `InspectConfig` properties."],["The `DataProfileJob` property holds the configuration used to generate the profile, while the `InspectConfig` contains the inspection configuration, both of which are copies from `DataProfileJobConfig`."]]],[]]