Dataflow v1beta3 API - Class StreamingComputationRanges (2.0.0-beta06)

public sealed class StreamingComputationRanges : IMessage<StreamingComputationRanges>, IEquatable<StreamingComputationRanges>, IDeepCloneable<StreamingComputationRanges>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class StreamingComputationRanges.

Describes full or partial data disk assignment information of the computation ranges.

Inheritance

object > StreamingComputationRanges

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StreamingComputationRanges()

public StreamingComputationRanges()

StreamingComputationRanges(StreamingComputationRanges)

public StreamingComputationRanges(StreamingComputationRanges other)
Parameter
Name Description
other StreamingComputationRanges

Properties

ComputationId

public string ComputationId { get; set; }

The ID of the computation.

Property Value
Type Description
string

RangeAssignments

public RepeatedField<KeyRangeDataDiskAssignment> RangeAssignments { get; }

Data disk assignments for ranges from this computation.

Property Value
Type Description
RepeatedFieldKeyRangeDataDiskAssignment