Show / Hide Table of Contents

Class TransformSummary

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

Inheritance
object
TransformSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class TransformSummary : IDirectResponseSchema

Properties

DisplayData

Transform-specific display data.

Declaration
[JsonProperty("displayData")]
public virtual IList<DisplayData> DisplayData { get; set; }
Property Value
Type Description
IList<DisplayData>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

SDK generated id of this transform instance.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

InputCollectionName

User names for all collection inputs to this transform.

Declaration
[JsonProperty("inputCollectionName")]
public virtual IList<string> InputCollectionName { get; set; }
Property Value
Type Description
IList<string>

Kind

Type of transform.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Name

User provided name for this transform instance.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OutputCollectionName

User names for all collection outputs to this transform.

Declaration
[JsonProperty("outputCollectionName")]
public virtual IList<string> OutputCollectionName { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX