AzureDatabricksDeltaLakeExportCommand 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 export command settings.
public class AzureDatabricksDeltaLakeExportCommand : Azure.ResourceManager.DataFactory.Models.ExportSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand>
public class AzureDatabricksDeltaLakeExportCommand : Azure.ResourceManager.DataFactory.Models.ExportSettings
type AzureDatabricksDeltaLakeExportCommand = class
inherit ExportSettings
interface IJsonModel<AzureDatabricksDeltaLakeExportCommand>
interface IPersistableModel<AzureDatabricksDeltaLakeExportCommand>
type AzureDatabricksDeltaLakeExportCommand = class
inherit ExportSettings
Public Class AzureDatabricksDeltaLakeExportCommand
Inherits ExportSettings
Implements IJsonModel(Of AzureDatabricksDeltaLakeExportCommand), IPersistableModel(Of AzureDatabricksDeltaLakeExportCommand)
Public Class AzureDatabricksDeltaLakeExportCommand
Inherits ExportSettings
- Inheritance
- Implements
Constructors
AzureDatabricksDeltaLakeExportCommand() |
Initializes a new instance of AzureDatabricksDeltaLakeExportCommand. |
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 the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
TimestampFormat |
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ExportSettings) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET