Class TransformSummary (1.0.0-beta03)

public sealed class TransformSummary : IMessage<TransformSummary>, IEquatable<TransformSummary>, IDeepCloneable<TransformSummary>, IBufferMessage, IMessage

Description of the type, names/ids, and input/outputs for a transform.

Inheritance

Object > TransformSummary

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

TransformSummary()

public TransformSummary()

TransformSummary(TransformSummary)

public TransformSummary(TransformSummary other)
Parameter
NameDescription
otherTransformSummary

Properties

DisplayData

public RepeatedField<DisplayData> DisplayData { get; }

Transform-specific display data.

Property Value
TypeDescription
RepeatedField<DisplayData>

Id

public string Id { get; set; }

SDK generated id of this transform instance.

Property Value
TypeDescription
String

InputCollectionName

public RepeatedField<string> InputCollectionName { get; }

User names for all collection inputs to this transform.

Property Value
TypeDescription
RepeatedField<String>

Kind

public KindType Kind { get; set; }

Type of transform.

Property Value
TypeDescription
KindType

Name

public string Name { get; set; }

User provided name for this transform instance.

Property Value
TypeDescription
String

OutputCollectionName

public RepeatedField<string> OutputCollectionName { get; }

User names for all collection outputs to this transform.

Property Value
TypeDescription
RepeatedField<String>