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

AzureDatabricksDeltaLakeExportCommand 构造函数

定义

重载

AzureDatabricksDeltaLakeExportCommand()

初始化 AzureDatabricksDeltaLakeExportCommand 类的新实例。

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

初始化 AzureDatabricksDeltaLakeExportCommand 类的新实例。

AzureDatabricksDeltaLakeExportCommand()

初始化 AzureDatabricksDeltaLakeExportCommand 类的新实例。

public AzureDatabricksDeltaLakeExportCommand();
Public Sub New ()

适用于

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

初始化 AzureDatabricksDeltaLakeExportCommand 类的新实例。

public AzureDatabricksDeltaLakeExportCommand(System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object dateFormat = default, object timestampFormat = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand
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 字符串) 的字符串 (或表达式。

适用于