Show / Hide Table of Contents

Class RddDataDistribution

Details about RDD usage.

Inheritance
object
RddDataDistribution
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 RddDataDistribution : IDirectResponseSchema

Properties

Address

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

DiskUsed

Declaration
[JsonProperty("diskUsed")]
public virtual long? DiskUsed { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MemoryRemaining

Declaration
[JsonProperty("memoryRemaining")]
public virtual long? MemoryRemaining { get; set; }
Property Value
Type Description
long?

MemoryUsed

Declaration
[JsonProperty("memoryUsed")]
public virtual long? MemoryUsed { get; set; }
Property Value
Type Description
long?

OffHeapMemoryRemaining

Declaration
[JsonProperty("offHeapMemoryRemaining")]
public virtual long? OffHeapMemoryRemaining { get; set; }
Property Value
Type Description
long?

OffHeapMemoryUsed

Declaration
[JsonProperty("offHeapMemoryUsed")]
public virtual long? OffHeapMemoryUsed { get; set; }
Property Value
Type Description
long?

OnHeapMemoryRemaining

Declaration
[JsonProperty("onHeapMemoryRemaining")]
public virtual long? OnHeapMemoryRemaining { get; set; }
Property Value
Type Description
long?

OnHeapMemoryUsed

Declaration
[JsonProperty("onHeapMemoryUsed")]
public virtual long? OnHeapMemoryUsed { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX