Class StreamingSetupTask
A task which initializes part of a streaming Dataflow job.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamingSetupTask : IDirectResponseSchema
Properties
Drain
The user has requested drain.
Declaration
[JsonProperty("drain")]
public virtual bool? Drain { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReceiveWorkPort
The TCP port on which the worker should listen for messages from other streaming computation workers.
Declaration
[JsonProperty("receiveWorkPort")]
public virtual int? ReceiveWorkPort { get; set; }
Property Value
Type | Description |
---|---|
int? |
SnapshotConfig
Configures streaming appliance snapshot.
Declaration
[JsonProperty("snapshotConfig")]
public virtual StreamingApplianceSnapshotConfig SnapshotConfig { get; set; }
Property Value
Type | Description |
---|---|
StreamingApplianceSnapshotConfig |
StreamingComputationTopology
The global topology of the streaming Dataflow job.
Declaration
[JsonProperty("streamingComputationTopology")]
public virtual TopologyConfig StreamingComputationTopology { get; set; }
Property Value
Type | Description |
---|---|
TopologyConfig |
WorkerHarnessPort
The TCP port used by the worker to communicate with the Dataflow worker harness.
Declaration
[JsonProperty("workerHarnessPort")]
public virtual int? WorkerHarnessPort { get; set; }
Property Value
Type | Description |
---|---|
int? |