BigQuery Migration v2 API - Class LineageOutput.Types.ProgressReport.Types.WorkSummary (1.8.0)

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, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class LineageOutput.Types.ProgressReport.Types.WorkSummary.

Summary of work in the given state.

Inheritance

object > LineageOutput.Types.ProgressReport.Types.WorkSummary

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

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