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

public sealed class LineageOutput.Types.ProgressReport : IMessage<LineageOutput.Types.ProgressReport>, IEquatable<LineageOutput.Types.ProgressReport>, IDeepCloneable<LineageOutput.Types.ProgressReport>, IBufferMessage, IMessage

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

Breaks down processing progress of work.

Inheritance

object > LineageOutput.Types.ProgressReport

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ProgressReport()

public ProgressReport()

ProgressReport(ProgressReport)

public ProgressReport(LineageOutput.Types.ProgressReport other)
Parameter
Name Description
other LineageOutputTypesProgressReport

Properties

ProcessingStage

public LineageOutput.Types.ProgressReport.Types.ProcessingStage ProcessingStage { get; set; }

Output only. The processing stage this progress report describes.

Property Value
Type Description
LineageOutputTypesProgressReportTypesProcessingStage

WorkSummaries

public RepeatedField<LineageOutput.Types.ProgressReport.Types.WorkSummary> WorkSummaries { get; }

Output only. Summaries of work broken up by the state of the work. Each work summary describes how much work is in the given state.

To get numbers for the total work covered, aggregate the numbers from all summaries.

Property Value
Type Description
RepeatedFieldLineageOutputTypesProgressReportTypesWorkSummary