Class StreamingComputationConfig
Configuration information for a single streaming computation.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamingComputationConfig : IDirectResponseSchema
Properties
ComputationId
Unique identifier for this computation.
Declaration
[JsonProperty("computationId")]
public virtual string ComputationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instructions
Instructions that comprise the computation.
Declaration
[JsonProperty("instructions")]
public virtual IList<ParallelInstruction> Instructions { get; set; }
Property Value
Type | Description |
---|---|
IList<ParallelInstruction> |
StageName
Stage name of this computation.
Declaration
[JsonProperty("stageName")]
public virtual string StageName { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemName
System defined name for this computation.
Declaration
[JsonProperty("systemName")]
public virtual string SystemName { get; set; }
Property Value
Type | Description |
---|---|
string |
TransformUserNameToStateFamily
Map from user name of stateful transforms in this stage to their state family.
Declaration
[JsonProperty("transformUserNameToStateFamily")]
public virtual IDictionary<string, string> TransformUserNameToStateFamily { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |