Class ExecutionResult
Represents the actual migration result for a specific resource (e.g. Database, Table).
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class ExecutionResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessage
Description of the error if the state is FAILED.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remediation
Remediation steps for the error if the state is FAILED.
Declaration
[JsonProperty("remediation")]
public virtual string Remediation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the migration for a resource.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |