AzureDatabricksDeltaLakeImportCommand Class
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.
Azure Databricks Delta Lake import command settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeImportCommand+AzureDatabricksDeltaLakeImportCommandConverter))]
public class AzureDatabricksDeltaLakeImportCommand : Azure.Analytics.Synapse.Artifacts.Models.ImportSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeImportCommand+AzureDatabricksDeltaLakeImportCommandConverter))>]
type AzureDatabricksDeltaLakeImportCommand = class
inherit ImportSettings
Public Class AzureDatabricksDeltaLakeImportCommand
Inherits ImportSettings
- Inheritance
- Attributes
Constructors
AzureDatabricksDeltaLakeImportCommand() |
Initializes a new instance of AzureDatabricksDeltaLakeImportCommand. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from ImportSettings) |
DateFormat |
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
TimestampFormat |
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |