Show / Hide Table of Contents

Class RddPartitionInfo

Information about RDD partitions.

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

Properties

BlockName

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

Executors

Declaration
[JsonProperty("executors")]
public virtual IList<string> Executors { get; set; }
Property Value
Type Description
IList<string>

MemoryUsed

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

StorageLevel

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX