GoogleApi.StorageTransfer.V1.Model.HdfsData (google_api_storage_transfer v0.37.3)
View SourceAn HdfsData resource specifies a path within an HDFS entity (e.g. a cluster). All cluster-specific settings, such as namenodes and ports, are configured on the transfer agents servicing requests, so HdfsData only contains the root path to the data in our transfer.
Attributes
-
path
(type:String.t
, default:nil
) - Root path to transfer files.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.HdfsData{path: String.t() | nil}