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-03-24 UTC."],[[["The webpage provides documentation for the `DataProfileConfigSnapshot` class within the `Google.Cloud.Dlp.V2` namespace in .NET, with version 4.16.0 being the latest and many prior versions listed."],["`DataProfileConfigSnapshot` is a class that captures the configurations used for data profiling, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `DataProfileConfigSnapshot` object for copying."],["Key properties of the class include `DataProfileJob`, which is a copy of the configuration used to generate the profile, and `InspectConfig`, which is a copy of the inspection configuration utilized."],["The class inherits from Object and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]