Show / Hide Table of Contents

Class RddStorageInfo

Overall data about RDD storage.

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

Properties

DataDistribution

Declaration
[JsonProperty("dataDistribution")]
public virtual IList<RddDataDistribution> DataDistribution { get; set; }
Property Value
Type Description
IList<RddDataDistribution>

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

MemoryUsed

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

Name

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

NumCachedPartitions

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

NumPartitions

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

Partitions

Declaration
[JsonProperty("partitions")]
public virtual IList<RddPartitionInfo> Partitions { get; set; }
Property Value
Type Description
IList<RddPartitionInfo>

RddStorageId

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

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