Class RddPartitionInfo
Information about RDD partitions.
Inheritance
RddPartitionInfo
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RddPartitionInfo : IDirectResponseSchema
Properties
BlockName
Declaration
[JsonProperty("blockName")]
public virtual string BlockName { 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
Executors
Declaration
[JsonProperty("executors")]
public virtual IList<string> Executors { get; set; }
Property Value
MemoryUsed
Declaration
[JsonProperty("memoryUsed")]
public virtual long? MemoryUsed { get; set; }
Property Value
StorageLevel
Declaration
[JsonProperty("storageLevel")]
public virtual string StorageLevel { get; set; }
Property Value
Implements