public sealed class HdfsData : IMessage<HdfsData>, IEquatable<HdfsData>, IDeepCloneable<HdfsData>, IBufferMessage, IMessageReference documentation and code samples for the Storage Transfer v1 API class 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.
Namespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
HdfsData()
public HdfsData()HdfsData(HdfsData)
public HdfsData(HdfsData other)| Parameter | |
|---|---|
| Name | Description |
other |
HdfsData |
Properties
Path
public string Path { get; set; }Root path to transfer files.
| Property Value | |
|---|---|
| Type | Description |
string |
|