Class RddDataDistribution
Inheritance
RddDataDistribution
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RddDataDistribution : IDirectResponseSchema
Properties
Address
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
DiskUsed
Declaration
[JsonProperty("diskUsed")]
public virtual long? DiskUsed { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MemoryRemaining
Declaration
[JsonProperty("memoryRemaining")]
public virtual long? MemoryRemaining { get; set; }
Property Value
MemoryUsed
Declaration
[JsonProperty("memoryUsed")]
public virtual long? MemoryUsed { get; set; }
Property Value
OffHeapMemoryRemaining
Declaration
[JsonProperty("offHeapMemoryRemaining")]
public virtual long? OffHeapMemoryRemaining { get; set; }
Property Value
OffHeapMemoryUsed
Declaration
[JsonProperty("offHeapMemoryUsed")]
public virtual long? OffHeapMemoryUsed { get; set; }
Property Value
OnHeapMemoryRemaining
Declaration
[JsonProperty("onHeapMemoryRemaining")]
public virtual long? OnHeapMemoryRemaining { get; set; }
Property Value
OnHeapMemoryUsed
Declaration
[JsonProperty("onHeapMemoryUsed")]
public virtual long? OnHeapMemoryUsed { get; set; }
Property Value
Implements