GoogleApi.Dataproc.V1.Model.StreamBlockData (google_api_dataproc v0.59.0)
View SourceStream Block Data.
Attributes
-
deserialized
(type:boolean()
, default:nil
) - -
diskSize
(type:String.t
, default:nil
) - -
executorId
(type:String.t
, default:nil
) - -
hostPort
(type:String.t
, default:nil
) - -
memSize
(type:String.t
, default:nil
) - -
name
(type:String.t
, default:nil
) - -
storageLevel
(type:String.t
, default:nil
) - -
useDisk
(type:boolean()
, default:nil
) - -
useMemory
(type:boolean()
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.StreamBlockData{ deserialized: boolean() | nil, diskSize: String.t() | nil, executorId: String.t() | nil, hostPort: String.t() | nil, memSize: String.t() | nil, name: String.t() | nil, storageLevel: String.t() | nil, useDisk: boolean() | nil, useMemory: boolean() | nil }