AzureDatabricksDeltaLakeImportCommand Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureDatabricksDeltaLakeImportCommand() |
Initializes a new instance of the AzureDatabricksDeltaLakeImportCommand class. |
AzureDatabricksDeltaLakeImportCommand(IDictionary<String,Object>, Object, Object) |
Initializes a new instance of the AzureDatabricksDeltaLakeImportCommand class. |
AzureDatabricksDeltaLakeImportCommand()
Initializes a new instance of the AzureDatabricksDeltaLakeImportCommand class.
public AzureDatabricksDeltaLakeImportCommand ();
Public Sub New ()
Applies to
AzureDatabricksDeltaLakeImportCommand(IDictionary<String,Object>, Object, Object)
Initializes a new instance of the AzureDatabricksDeltaLakeImportCommand class.
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)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- dateFormat
- Object
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestampFormat
- Object
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).