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."],[[["This webpage provides reference documentation for the `DiscoveryEvent.Types.ConfigDetails` class within the Cloud Dataplex v1 API, detailing its structure and usage."],["The latest version of the documentation is 3.6.0, and the page lists a history of versions back to 1.0.0 of `ConfigDetails`."],["`ConfigDetails` class, part of the `Google.Cloud.Dataplex.V1` namespace and `Google.Cloud.Dataplex.V1.dll` assembly, allows you to view configuration event details."],["The `ConfigDetails` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and features a `Parameters` property that is of type `MapField\u003cstring, string\u003e`."]]],[]]