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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eTransformSummary\u003c/code\u003e class, which is part of the Dataflow v1beta3 API and is used to describe transform characteristics.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransformSummary\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides constructors for creating instances of \u003ccode\u003eTransformSummary\u003c/code\u003e, either empty or by copying from an existing \u003ccode\u003eTransformSummary\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eKind\u003c/code\u003e, \u003ccode\u003eInputCollectionName\u003c/code\u003e, \u003ccode\u003eOutputCollectionName\u003c/code\u003e, and \u003ccode\u003eDisplayData\u003c/code\u003e, which store information about the transform's identity, type, inputs, outputs, and specific data.\u003c/p\u003e\n"],["\u003cp\u003eThere are three versions of the Dataflow v1beta3 API referenced, the latest being version 2.0.0-beta07.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class TransformSummary (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TransformSummary)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.TransformSummary)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.TransformSummary) \n\n public sealed class TransformSummary : IMessage\u003cTransformSummary\u003e, IEquatable\u003cTransformSummary\u003e, IDeepCloneable\u003cTransformSummary\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class TransformSummary.\n\nDescription of the type, names/ids, and input/outputs for a transform. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TransformSummary \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TransformSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TransformSummary), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TransformSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TransformSummary), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TransformSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TransformSummary), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### TransformSummary()\n\n public TransformSummary()\n\n### TransformSummary(TransformSummary)\n\n public TransformSummary(TransformSummary other)\n\nProperties\n----------\n\n### DisplayData\n\n public RepeatedField\u003cDisplayData\u003e DisplayData { get; }\n\nTransform-specific display data.\n\n### Id\n\n public string Id { get; set; }\n\nSDK generated id of this transform instance.\n\n### InputCollectionName\n\n public RepeatedField\u003cstring\u003e InputCollectionName { get; }\n\nUser names for all collection inputs to this transform.\n\n### Kind\n\n public KindType Kind { get; set; }\n\nType of transform.\n\n### Name\n\n public string Name { get; set; }\n\nUser provided name for this transform instance.\n\n### OutputCollectionName\n\n public RepeatedField\u003cstring\u003e OutputCollectionName { get; }\n\nUser names for all collection outputs to this transform."]]