Class FileValidationReport
A resource that aggregates the validation errors found in an import job file.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class FileValidationReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileErrors
List of file level errors.
Declaration
[JsonProperty("fileErrors")]
public virtual IList<ImportError> FileErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportError> |
FileName
The name of the file.
Declaration
[JsonProperty("fileName")]
public virtual string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
PartialReport
Flag indicating that processing was aborted due to maximum number of errors.
Declaration
[JsonProperty("partialReport")]
public virtual bool? PartialReport { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RowErrors
Partial list of rows that encountered validation error.
Declaration
[JsonProperty("rowErrors")]
public virtual IList<ImportRowError> RowErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportRowError> |