public sealed class FileValidationReport : IMessage<FileValidationReport>, IEquatable<FileValidationReport>, IDeepCloneable<FileValidationReport>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class FileValidationReport.
A resource that aggregates the validation errors found in an import job file.
[[["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-21 UTC."],[[["The `FileValidationReport` class, part of the Migration Center v1 API, aggregates validation errors found within an import job file."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing comprehensive functionality."],["The `FileValidationReport` class has properties to manage file errors, including `FileErrors` which stores a list of file-level errors, `RowErrors`, which stores a list of validation errors in rows, `FileName`, which stores the name of the file, and `PartialReport`, which denotes if processing was stopped due to too many errors."],["The class provides two constructors: a default constructor (`FileValidationReport()`) and a copy constructor (`FileValidationReport(FileValidationReport other)`), for creating new instances."]]],[]]