public sealed class HdfsData : IMessage<HdfsData>, IEquatable<HdfsData>, IDeepCloneable<HdfsData>, IBufferMessage, IMessage
Reference 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `HdfsData` class, part of the Storage Transfer v1 API, is used to define the root path within an HDFS entity for data transfers."],["Version 2.7.0 is one of the available versions for the `HdfsData` class, with versions ranging from 1.0.0 up to the latest 2.8.0, and it is used in the context of storage transfers."],["The `HdfsData` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HdfsData` class is within the `Google.Cloud.StorageTransfer.V1` namespace, and is found in the assembly `Google.Cloud.StorageTransfer.V1.dll`."],["The class contains two constructors, `HdfsData()` and `HdfsData(HdfsData other)`, and a `Path` property for setting the root path to transfer files."]]],[]]