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.
Implements
IMessageStreamingComputationRanges, IEquatableStreamingComputationRanges, IDeepCloneableStreamingComputationRanges, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |