Interface protos.google.dataflow.v1beta3.ExecutionStageSummary.IStageSource

Properties of a StageSource.

Package

@google-cloud/dataflow!

Properties

name

name?: (string|null);

StageSource name

Property Value
TypeDescription
(string|null)

originalTransformOrCollection

originalTransformOrCollection?: (string|null);

StageSource originalTransformOrCollection

Property Value
TypeDescription
(string|null)

sizeBytes

sizeBytes?: (number|Long|string|null);

StageSource sizeBytes

Property Value
TypeDescription
(number|Long|string|null)

userName

userName?: (string|null);

StageSource userName

Property Value
TypeDescription
(string|null)