Class StreamingComputationRanges
Describes full or partial data disk assignment information of the computation ranges.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamingComputationRanges : IDirectResponseSchema
Properties
ComputationId
The ID of the computation.
Declaration
[JsonProperty("computationId")]
public virtual string ComputationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RangeAssignments
Data disk assignments for ranges from this computation.
Declaration
[JsonProperty("rangeAssignments")]
public virtual IList<KeyRangeDataDiskAssignment> RangeAssignments { get; set; }
Property Value
Type | Description |
---|---|
IList<KeyRangeDataDiskAssignment> |