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 page provides documentation for the `DiscoveryEvent.Types.ConfigDetails` class within the Google Cloud Dataplex v1 API, offering details about configuration events."],["This document covers the class's inheritance, implemented interfaces, inherited members, namespace, assembly, constructors, and properties."],["The latest version available is 3.6.0, and it contains documentation for multiple previous versions all the way back to version 1.0.0, with version 2.14.0 being the current version that is being displayed."],["The class `DiscoveryEvent.Types.ConfigDetails` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Parameters` property, a `MapField` that lists the discovery configuration parameters in effect."]]],[]]