Class StreamBlockData
Inheritance
StreamBlockData
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StreamBlockData : IDirectResponseSchema
Properties
Deserialized
Declaration
[JsonProperty("deserialized")]
public virtual bool? Deserialized { get; set; }
Property Value
DiskSize
Declaration
[JsonProperty("diskSize")]
public virtual long? DiskSize { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExecutorId
Declaration
[JsonProperty("executorId")]
public virtual string ExecutorId { get; set; }
Property Value
HostPort
Declaration
[JsonProperty("hostPort")]
public virtual string HostPort { get; set; }
Property Value
MemSize
Declaration
[JsonProperty("memSize")]
public virtual long? MemSize { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
StorageLevel
Declaration
[JsonProperty("storageLevel")]
public virtual string StorageLevel { get; set; }
Property Value
UseDisk
Declaration
[JsonProperty("useDisk")]
public virtual bool? UseDisk { get; set; }
Property Value
UseMemory
Declaration
[JsonProperty("useMemory")]
public virtual bool? UseMemory { get; set; }
Property Value
Implements