Dataflow v1beta3 API - Class TransformSummary (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class TransformSummary.

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
Name Description
other TransformSummary

Properties

DisplayData

public RepeatedField<DisplayData> DisplayData { get; }

Transform-specific display data.

Property Value
Type Description
RepeatedFieldDisplayData

Id

public string Id { get; set; }

SDK generated id of this transform instance.

Property Value
Type Description
string

InputCollectionName

public RepeatedField<string> InputCollectionName { get; }

User names for all collection inputs to this transform.

Property Value
Type Description
RepeatedFieldstring

Kind

public KindType Kind { get; set; }

Type of transform.

Property Value
Type Description
KindType

Name

public string Name { get; set; }

User provided name for this transform instance.

Property Value
Type Description
string

OutputCollectionName

public RepeatedField<string> OutputCollectionName { get; }

User names for all collection outputs to this transform.

Property Value
Type Description
RepeatedFieldstring