Class ComputationTopology
All configuration data for a particular Computation.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ComputationTopology : IDirectResponseSchema
Properties
ComputationId
The ID of the 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 |
Inputs
The inputs to the computation.
Declaration
[JsonProperty("inputs")]
public virtual IList<StreamLocation> Inputs { get; set; }
Property Value
Type | Description |
---|---|
IList<StreamLocation> |
KeyRanges
The key ranges processed by the computation.
Declaration
[JsonProperty("keyRanges")]
public virtual IList<KeyRangeLocation> KeyRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<KeyRangeLocation> |
Outputs
The outputs from the computation.
Declaration
[JsonProperty("outputs")]
public virtual IList<StreamLocation> Outputs { get; set; }
Property Value
Type | Description |
---|---|
IList<StreamLocation> |
StateFamilies
The state family values.
Declaration
[JsonProperty("stateFamilies")]
public virtual IList<StateFamilyConfig> StateFamilies { get; set; }
Property Value
Type | Description |
---|---|
IList<StateFamilyConfig> |
SystemStageName
The system stage name.
Declaration
[JsonProperty("systemStageName")]
public virtual string SystemStageName { get; set; }
Property Value
Type | Description |
---|---|
string |