Show / Hide Table of Contents

Class StreamingComputationTask

A task which describes what action should be performed for the specified streaming computation ranges.

Inheritance
object
StreamingComputationTask
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 StreamingComputationTask : IDirectResponseSchema

Properties

ComputationRanges

Contains ranges of a streaming computation this task should apply to.

Declaration
[JsonProperty("computationRanges")]
public virtual IList<StreamingComputationRanges> ComputationRanges { get; set; }
Property Value
Type Description
IList<StreamingComputationRanges>

DataDisks

Describes the set of data disks this task should apply to.

Declaration
[JsonProperty("dataDisks")]
public virtual IList<MountedDataDisk> DataDisks { get; set; }
Property Value
Type Description
IList<MountedDataDisk>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TaskType

A type of streaming computation task.

Declaration
[JsonProperty("taskType")]
public virtual string TaskType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX