public sealed class DiscoveryEvent.Types.ConfigDetails : IMessage<DiscoveryEvent.Types.ConfigDetails>, IEquatable<DiscoveryEvent.Types.ConfigDetails>, IDeepCloneable<DiscoveryEvent.Types.ConfigDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DiscoveryEvent.Types.ConfigDetails.
public MapField<string, string> Parameters { get; }
A list of discovery configuration parameters in effect.
The keys are the field paths within DiscoverySpec.
Eg. includePatterns, excludePatterns, csvOptions.disableTypeInference,
etc.
[[["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 content provides documentation for the `DiscoveryEvent.Types.ConfigDetails` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["Version 3.6.0 is the latest version, with a range of previous versions listed, going back to version 1.0.0."],["The `DiscoveryEvent.Types.ConfigDetails` class represents details about configuration events and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Parameters` property which is a `MapField` that stores configuration parameters as key-value pairs, where keys are field paths within `DiscoverySpec` and values are strings."],["The documentation also includes details about the inheritance and the namespace of the class, which is `Google.Cloud.Dataplex.V1`, as well as a detailed description of the constructors and their parameters."]]],[]]