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.
public class AzureDatabricksDeltaLakeImportCommand : Azure.ResourceManager.DataFactory.Models.ImportSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.AzureDatabricksDeltaLakeImportCommand>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.AzureDatabricksDeltaLakeImportCommand>
public class AzureDatabricksDeltaLakeImportCommand : Azure.ResourceManager.DataFactory.Models.ImportSettings
type AzureDatabricksDeltaLakeImportCommand = class
inherit ImportSettings
interface IJsonModel<AzureDatabricksDeltaLakeImportCommand>
interface IPersistableModel<AzureDatabricksDeltaLakeImportCommand>
type AzureDatabricksDeltaLakeImportCommand = class
inherit ImportSettings
Public Class AzureDatabricksDeltaLakeImportCommand
Inherits ImportSettings
Implements IJsonModel(Of AzureDatabricksDeltaLakeImportCommand), IPersistableModel(Of AzureDatabricksDeltaLakeImportCommand)
Public Class AzureDatabricksDeltaLakeImportCommand
Inherits ImportSettings
- Inheritance
- Implements
Constructors
AzureDatabricksDeltaLakeImportCommand() |
Initializes a new instance of AzureDatabricksDeltaLakeImportCommand. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
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). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ImportSettings) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET