Class ExecutionStageSummary.Types.StageSource (1.0.0-beta03)

public sealed class StageSource : IMessage<ExecutionStageSummary.Types.StageSource>, IEquatable<ExecutionStageSummary.Types.StageSource>, IDeepCloneable<ExecutionStageSummary.Types.StageSource>, IBufferMessage, IMessage

Description of an input or output of an execution stage.

Inheritance

Object > ExecutionStageSummary.Types.StageSource

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StageSource()

public StageSource()

StageSource(ExecutionStageSummary.Types.StageSource)

public StageSource(ExecutionStageSummary.Types.StageSource other)
Parameter
NameDescription
otherExecutionStageSummary.Types.StageSource

Properties

Name

public string Name { get; set; }

Dataflow service generated name for this source.

Property Value
TypeDescription
String

OriginalTransformOrCollection

public string OriginalTransformOrCollection { get; set; }

User name for the original user transform or collection with which this source is most closely associated.

Property Value
TypeDescription
String

SizeBytes

public long SizeBytes { get; set; }

Size of the source, if measurable.

Property Value
TypeDescription
Int64

UserName

public string UserName { get; set; }

Human-readable name for this source; may be user or system generated.

Property Value
TypeDescription
String