public sealed class TaskOutput : IMessage<TaskOutput>, IEquatable<TaskOutput>, IDeepCloneable<TaskOutput>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Migration v2 API class TaskOutput.
The task output for a task type including the status and any errors.
Implements
IMessageTaskOutput, IEquatableTaskOutput, IDeepCloneableTaskOutput, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
TaskOutput()
public TaskOutput()TaskOutput(TaskOutput)
public TaskOutput(TaskOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
TaskOutput |
Properties
LineageOutput
public LineageOutput LineageOutput { get; set; }The output of the task with output type "LINEAGE".
| Property Value | |
|---|---|
| Type | Description |
LineageOutput |
|
OutputCase
public TaskOutput.OutputOneofCase OutputCase { get; }| Property Value | |
|---|---|
| Type | Description |
TaskOutputOutputOneofCase |
|
ProcessingError
public ErrorInfo ProcessingError { get; set; }An explanation that may be populated when the task output is in FAILED state.
| Property Value | |
|---|---|
| Type | Description |
ErrorInfo |
|
State
public TaskOutput.Types.State State { get; set; }Output only. The current state of the task output.
| Property Value | |
|---|---|
| Type | Description |
TaskOutputTypesState |
|