Share via


AzureDatabricksDeltaLakeSource Class

Definition

A copy activity Azure Databricks Delta Lake source.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeSource+AzureDatabricksDeltaLakeSourceConverter))]
public class AzureDatabricksDeltaLakeSource : Azure.Analytics.Synapse.Artifacts.Models.CopySource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeSource+AzureDatabricksDeltaLakeSourceConverter))>]
type AzureDatabricksDeltaLakeSource = class
    inherit CopySource
Public Class AzureDatabricksDeltaLakeSource
Inherits CopySource
Inheritance
AzureDatabricksDeltaLakeSource
Attributes

Constructors

Name Description
AzureDatabricksDeltaLakeSource()

Initializes a new instance of AzureDatabricksDeltaLakeSource.

Properties

Name Description
AdditionalProperties

Additional Properties.

(Inherited from CopySource)
ExportSettings

Azure Databricks Delta Lake export settings.

MaxConcurrentConnections

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
Query

Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).

SourceRetryCount

Source retry count. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
SourceRetryWait

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

(Inherited from CopySource)

Applies to