AzureDatabricksDeltaLakeExportCommand 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
AzureDatabricksDeltaLakeExportCommand() |
Initializes a new instance of the AzureDatabricksDeltaLakeExportCommand class. |
AzureDatabricksDeltaLakeExportCommand(IDictionary<String,Object>, Object, Object) |
Initializes a new instance of the AzureDatabricksDeltaLakeExportCommand class. |
AzureDatabricksDeltaLakeExportCommand()
Initializes a new instance of the AzureDatabricksDeltaLakeExportCommand class.
public AzureDatabricksDeltaLakeExportCommand ();
Public Sub New ()
Applies to
AzureDatabricksDeltaLakeExportCommand(IDictionary<String,Object>, Object, Object)
Initializes a new instance of the AzureDatabricksDeltaLakeExportCommand class.
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)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- dateFormat
- Object
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestampFormat
- Object
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET