public sealed class ExecutionReport : IMessage<ExecutionReport>, IEquatable<ExecutionReport>, IDeepCloneable<ExecutionReport>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ExecutionReport.
A resource that reports result of the import job execution.
Implements
IMessageExecutionReport, IEquatableExecutionReport, IDeepCloneableExecutionReport, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ExecutionReport()
public ExecutionReport()
ExecutionReport(ExecutionReport)
public ExecutionReport(ExecutionReport other)
Parameter | |
---|---|
Name | Description |
other |
ExecutionReport |
Properties
ExecutionErrors
public ValidationReport ExecutionErrors { get; set; }
Validation errors encountered during the execution of the import job.
Property Value | |
---|---|
Type | Description |
ValidationReport |
FramesReported
public int FramesReported { get; set; }
Total number of asset frames reported for the import job.
Property Value | |
---|---|
Type | Description |
int |
TotalRowsCount
public int TotalRowsCount { get; set; }
Output only. Total number of rows in the import job.
Property Value | |
---|---|
Type | Description |
int |