Show / Hide Table of Contents

Class ExecutionReport

A resource that reports result of the import job execution.

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

Properties

ETag

The ETag of the item.

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

ExecutionErrors

Validation errors encountered during the execution of the import job.

Declaration
[JsonProperty("executionErrors")]
public virtual ValidationReport ExecutionErrors { get; set; }
Property Value
Type Description
ValidationReport

FramesReported

Total number of asset frames reported for the import job.

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

TotalRowsCount

Output only. Total number of rows in the import job.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX