Show / Hide Table of Contents

Class FileValidationReport

A resource that aggregates the validation errors found in an import job file.

Inheritance
object
FileValidationReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX