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.
Implements
IMessageFileValidationReport, IEquatableFileValidationReport, IDeepCloneableFileValidationReport, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
FileValidationReport()
public FileValidationReport()
FileValidationReport(FileValidationReport)
public FileValidationReport(FileValidationReport other)
Parameter | |
---|---|
Name | Description |
other |
FileValidationReport |
Properties
FileErrors
public RepeatedField<ImportError> FileErrors { get; }
List of file level errors.
Property Value | |
---|---|
Type | Description |
RepeatedFieldImportError |
FileName
public string FileName { get; set; }
The name of the file.
Property Value | |
---|---|
Type | Description |
string |
PartialReport
public bool PartialReport { get; set; }
Flag indicating that processing was aborted due to maximum number of errors.
Property Value | |
---|---|
Type | Description |
bool |
RowErrors
public RepeatedField<ImportRowError> RowErrors { get; }
Partial list of rows that encountered validation error.
Property Value | |
---|---|
Type | Description |
RepeatedFieldImportRowError |