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.
Implements
IMessageTransformSummary, IEquatableTransformSummary, IDeepCloneableTransformSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |