你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HdfsReadSettings 类

定义

HDFS 读取设置。

public class HdfsReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings
type HdfsReadSettings = class
    inherit StoreReadSettings
Public Class HdfsReadSettings
Inherits StoreReadSettings
继承
HdfsReadSettings

构造函数

HdfsReadSettings()

初始化 HdfsReadSettings 的新实例。

属性

AdditionalProperties

附加属性

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

(继承自 StoreReadSettings)
DeleteFilesAfterCompletion

指示是否需要在复制完成后删除源文件。 默认值为 false。 类型:boolean (或 expression with resultType boolean) 。

DisableMetricsCollection

如果为 true,则禁用数据存储指标收集。 默认值为 false。 类型:boolean (或 expression with resultType boolean) 。

(继承自 StoreReadSettings)
DistcpSettings

指定与 Distcp 相关的设置。

EnablePartitionDiscovery

指示是否启用分区发现。 类型:boolean (或 expression with resultType boolean) 。

FileListPath

指向一个文本文件,该文件列出每个文件 (要复制的数据集) 中配置的路径的相对路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。

MaxConcurrentConnections

源数据存储的最大并发连接计数。 类型:具有 resultType 整数) 的整数 (或 Expression。

(继承自 StoreReadSettings)
ModifiedDatetimeEnd

文件的修改日期时间结束。 类型:包含 resultType 字符串) 的字符串 (或表达式。

ModifiedDatetimeStart

文件的修改日期/时间的开始时间。 类型:包含 resultType 字符串) 的字符串 (或表达式。

PartitionRootPath

指定分区发现从其开始的根路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Recursive

如果为 true,将以递归方式读取文件夹路径下的文件。 默认为 true。 类型:boolean (或 expression with resultType boolean) 。

WildcardFileName

HDFS wildcardFileName。 类型:包含 resultType 字符串) 的字符串 (或表达式。

WildcardFolderPath

HDFS wildcardFolderPath。 类型:包含 resultType 字符串) 的字符串 (或表达式。

适用于