Class ExecutionReport
A resource that reports result of the import job execution.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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? |
JobErrors
List of job-level errors. Deprecated, use the job errors under execution_errors instead.
Declaration
[JsonProperty("jobErrors")]
public virtual IList<ImportError> JobErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportError> |
TotalRowsCount
Total number of rows in the import job.
Declaration
[JsonProperty("totalRowsCount")]
public virtual int? TotalRowsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |