public sealed class ExecutionStageSummary.Types.StageSource : IMessage<ExecutionStageSummary.Types.StageSource>, IEquatable<ExecutionStageSummary.Types.StageSource>, IDeepCloneable<ExecutionStageSummary.Types.StageSource>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageSummary.Types.StageSource.
Description of an input or output of an execution stage.
Implements
IMessageExecutionStageSummaryTypesStageSource, IEquatableExecutionStageSummaryTypesStageSource, IDeepCloneableExecutionStageSummaryTypesStageSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StageSource()
public StageSource()StageSource(StageSource)
public StageSource(ExecutionStageSummary.Types.StageSource other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecutionStageSummaryTypesStageSource |
Properties
Name
public string Name { get; set; }Dataflow service generated name for this source.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
SizeBytes
public long SizeBytes { get; set; }Size of the source, if measurable.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UserName
public string UserName { get; set; }Human-readable name for this source; may be user or system generated.
| Property Value | |
|---|---|
| Type | Description |
string |
|