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-04-09 UTC."],[[["This webpage provides reference documentation for the `DiscoveryEvent.Types.ConfigDetails` class within the Google Cloud Dataplex v1 API."],["It details the implementation of the `ConfigDetails` class, which includes inheritance from `object` and implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content covers different versions of the API, ranging from version 1.0.0 to the latest 3.6.0, with links to the documentation for each."],["`ConfigDetails` includes a `Parameters` property of type `MapField\u003cstring, string\u003e` that represents a list of discovery configuration parameters and the field paths within `DiscoverySpec`."],["The page highlights the two constructors for `ConfigDetails`, one taking no parameters and the other taking a `DiscoveryEvent.Types.ConfigDetails` object as an argument, for deep cloning purposes."]]],[]]