Interface protos.google.dataflow.v1beta3.IComputationTopology

Properties of a ComputationTopology.

Package

@google-cloud/dataflow!

Properties

computationId

computationId?: (string|null);

ComputationTopology computationId

Property Value
TypeDescription
(string|null)

inputs

inputs?: (google.dataflow.v1beta3.IStreamLocation[]|null);

ComputationTopology inputs

Property Value
TypeDescription
(google.dataflow.v1beta3.IStreamLocation[]|null)

keyRanges

keyRanges?: (google.dataflow.v1beta3.IKeyRangeLocation[]|null);

ComputationTopology keyRanges

Property Value
TypeDescription
(google.dataflow.v1beta3.IKeyRangeLocation[]|null)

outputs

outputs?: (google.dataflow.v1beta3.IStreamLocation[]|null);

ComputationTopology outputs

Property Value
TypeDescription
(google.dataflow.v1beta3.IStreamLocation[]|null)

stateFamilies

stateFamilies?: (google.dataflow.v1beta3.IStateFamilyConfig[]|null);

ComputationTopology stateFamilies

Property Value
TypeDescription
(google.dataflow.v1beta3.IStateFamilyConfig[]|null)

systemStageName

systemStageName?: (string|null);

ComputationTopology systemStageName

Property Value
TypeDescription
(string|null)