public sealed class InvalidDataFormat : IMessage<Action.Types.InvalidDataFormat>, IEquatable<Action.Types.InvalidDataFormat>, IDeepCloneable<Action.Types.InvalidDataFormat>, IBufferMessage, IMessage
Action details for invalid or unsupported data files detected by discovery.
[[["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 document provides details on the `InvalidDataFormat` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for version 2.1.0 of the library, though other version numbers of the library are listed."],["The `InvalidDataFormat` class is used to describe actions for handling data files that are invalid or unsupported, detected during data discovery processes."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of the `InvalidDataFormat` class include `ExpectedFormat`, `NewFormat`, and `SampledDataLocations`, which describe the expected format, the unexpected format found, and where the sampled data was found."],["The document lists the constructors for `InvalidDataFormat`, providing options for creating an instance of this class with no information, or copying the information from another `InvalidDataFormat` class."]]],[]]