Show / Hide Table of Contents

Class StreamingComputationRanges

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

Inheritance
object
StreamingComputationRanges
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX