Show / Hide Table of Contents

Class ImportRowError

A resource that reports the import job errors at row level.

Inheritance
object
ImportRowError
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 ImportRowError : IDirectResponseSchema

Properties

ArchiveError

Error details for an archive file.

Declaration
[JsonProperty("archiveError")]
public virtual ImportRowErrorArchiveErrorDetails ArchiveError { get; set; }
Property Value
Type Description
ImportRowErrorArchiveErrorDetails

AssetTitle

Output only. The asset title.

Declaration
[JsonProperty("assetTitle")]
public virtual string AssetTitle { get; set; }
Property Value
Type Description
string

CsvError

Error details for a CSV file.

Declaration
[JsonProperty("csvError")]
public virtual ImportRowErrorCsvErrorDetails CsvError { get; set; }
Property Value
Type Description
ImportRowErrorCsvErrorDetails

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Errors

The list of errors detected in the row.

Declaration
[JsonProperty("errors")]
public virtual IList<ImportError> Errors { get; set; }
Property Value
Type Description
IList<ImportError>

RowNumber

The row number where the error was detected.

Declaration
[JsonProperty("rowNumber")]
public virtual int? RowNumber { get; set; }
Property Value
Type Description
int?

VmName

The name of the VM in the row.

Declaration
[JsonProperty("vmName")]
public virtual string VmName { get; set; }
Property Value
Type Description
string

VmUuid

The VM UUID.

Declaration
[JsonProperty("vmUuid")]
public virtual string VmUuid { get; set; }
Property Value
Type Description
string

XlsxError

Error details for an XLSX file.

Declaration
[JsonProperty("xlsxError")]
public virtual ImportRowErrorXlsxErrorDetails XlsxError { get; set; }
Property Value
Type Description
ImportRowErrorXlsxErrorDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX