Class RddOperationNode
A node in the RDD operation graph. Corresponds to a single RDD.
Inheritance
RddOperationNode
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RddOperationNode : IDirectResponseSchema
Properties
Barrier
Declaration
[JsonProperty("barrier")]
public virtual bool? Barrier { get; set; }
Property Value
Cached
Declaration
[JsonProperty("cached")]
public virtual bool? Cached { get; set; }
Property Value
Callsite
Declaration
[JsonProperty("callsite")]
public virtual string Callsite { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NodeId
Declaration
[JsonProperty("nodeId")]
public virtual int? NodeId { get; set; }
Property Value
OutputDeterministicLevel
Declaration
[JsonProperty("outputDeterministicLevel")]
public virtual string OutputDeterministicLevel { get; set; }
Property Value
Implements