Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::V1::HdfsData.
An 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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
- (::String) — Root path to transfer files.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — Root path to transfer files.
Returns
- (::String) — Root path to transfer files.