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

AzureDatabricksDeltaLakeImportCommand 构造函数

定义

重载

AzureDatabricksDeltaLakeImportCommand()

初始化 AzureDatabricksDeltaLakeImportCommand 类的新实例。

AzureDatabricksDeltaLakeImportCommand(IDictionary<String,Object>, Object, Object)

初始化 AzureDatabricksDeltaLakeImportCommand 类的新实例。

AzureDatabricksDeltaLakeImportCommand()

初始化 AzureDatabricksDeltaLakeImportCommand 类的新实例。

public AzureDatabricksDeltaLakeImportCommand ();
Public Sub New ()

适用于

AzureDatabricksDeltaLakeImportCommand(IDictionary<String,Object>, Object, Object)

初始化 AzureDatabricksDeltaLakeImportCommand 类的新实例。

public AzureDatabricksDeltaLakeImportCommand (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object dateFormat = default, object timestampFormat = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeImportCommand : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeImportCommand
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional dateFormat As Object = Nothing, Optional timestampFormat As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

dateFormat
Object

在 Azure Databricks Delta Lake Copy 中指定 csv 的日期格式。 类型:字符串 (或带有 resultType 字符串) 的表达式。

timestampFormat
Object

在 Azure Databricks Delta Lake Copy 中指定 csv 的时间戳格式。 类型:字符串 (或带有 resultType 字符串) 的表达式。

适用于