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 latest version of the `HdfsData` class for the Storage Transfer v1 API is 2.8.0, with documentation available at the specified link."],["`HdfsData` is used to define a path within an HDFS entity for data transfer, where cluster-specific settings are managed by transfer agents."],["`HdfsData` is a sealed class, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the namespace `Google.Cloud.StorageTransfer.V1`."],["The class provides a `Path` property, which is a string representing the root path to transfer files."],["The HdfsData class contains two constructors, one is empty and one takes another `HdfsData` object as a parameter."]]],[]]