Class SeqMapTask
Describes a particular function to invoke.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class SeqMapTask : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inputs
Information about each of the inputs.
Declaration
[JsonProperty("inputs")]
public virtual IList<SideInputInfo> Inputs { get; set; }
Property Value
Type | Description |
---|---|
IList<SideInputInfo> |
Name
The user-provided name of the SeqDo operation.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputInfos
Information about each of the outputs.
Declaration
[JsonProperty("outputInfos")]
public virtual IList<SeqMapTaskOutputInfo> OutputInfos { get; set; }
Property Value
Type | Description |
---|---|
IList<SeqMapTaskOutputInfo> |
StageName
System-defined name of the stage containing the SeqDo operation. Unique across the workflow.
Declaration
[JsonProperty("stageName")]
public virtual string StageName { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemName
System-defined name of the SeqDo operation. Unique across the workflow.
Declaration
[JsonProperty("systemName")]
public virtual string SystemName { get; set; }
Property Value
Type | Description |
---|---|
string |
UserFn
The user function to invoke.
Declaration
[JsonProperty("userFn")]
public virtual IDictionary<string, object> UserFn { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |