Show / Hide Table of Contents

Class StreamBlockData

Stream Block Data.

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

Properties

Deserialized

Declaration
[JsonProperty("deserialized")]
public virtual bool? Deserialized { get; set; }
Property Value
Type Description
bool?

DiskSize

Declaration
[JsonProperty("diskSize")]
public virtual long? DiskSize { 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

ExecutorId

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

HostPort

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

MemSize

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

Name

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

StorageLevel

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

UseDisk

Declaration
[JsonProperty("useDisk")]
public virtual bool? UseDisk { get; set; }
Property Value
Type Description
bool?

UseMemory

Declaration
[JsonProperty("useMemory")]
public virtual bool? UseMemory { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX