public sealed class LineageOutput.Types.ProgressReport.Types.WorkSummary : IMessage<LineageOutput.Types.ProgressReport.Types.WorkSummary>, IEquatable<LineageOutput.Types.ProgressReport.Types.WorkSummary>, IDeepCloneable<LineageOutput.Types.ProgressReport.Types.WorkSummary>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Migration v2 API class LineageOutput.Types.ProgressReport.Types.WorkSummary.
Summary of work in the given state.
Implements
IMessageLineageOutputTypesProgressReportTypesWorkSummary, IEquatableLineageOutputTypesProgressReportTypesWorkSummary, IDeepCloneableLineageOutputTypesProgressReportTypesWorkSummary, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
WorkSummary()
public WorkSummary()WorkSummary(WorkSummary)
public WorkSummary(LineageOutput.Types.ProgressReport.Types.WorkSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
LineageOutputTypesProgressReportTypesWorkSummary |
Properties
Comment
public string Comment { get; set; }Output only. Human-readable comment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Size
public long Size { get; set; }Output only. Size of the work in the given State.
Size counts "units of work". Units represent arbitrary division of work; there's no expectation each unit takes similar time to process.
| Property Value | |
|---|---|
| Type | Description |
long |
|
State
public LineageOutput.Types.ProgressReport.Types.WorkSummary.Types.State State { get; set; }Output only. The state of the work this summary describes.
| Property Value | |
|---|---|
| Type | Description |
LineageOutputTypesProgressReportTypesWorkSummaryTypesState |
|