Show / Hide Table of Contents

Class ComputationTopology

All configuration data for a particular Computation.

Inheritance
object
ComputationTopology
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX