Show / Hide Table of Contents

Class RddOperationNode

A node in the RDD operation graph. Corresponds to a single RDD.

Inheritance
object
RddOperationNode
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.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RddOperationNode : IDirectResponseSchema

Properties

Barrier

Declaration
[JsonProperty("barrier")]
public virtual bool? Barrier { get; set; }
Property Value
Type Description
bool?

Cached

Declaration
[JsonProperty("cached")]
public virtual bool? Cached { get; set; }
Property Value
Type Description
bool?

Callsite

Declaration
[JsonProperty("callsite")]
public virtual string Callsite { 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

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NodeId

Declaration
[JsonProperty("nodeId")]
public virtual int? NodeId { get; set; }
Property Value
Type Description
int?

OutputDeterministicLevel

Declaration
[JsonProperty("outputDeterministicLevel")]
public virtual string OutputDeterministicLevel { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX