Compartilhar via


AzureDatabricksDeltaLakeSource Construtores

Definição

Sobrecargas

AzureDatabricksDeltaLakeSource()

Inicializa uma nova instância da classe AzureDatabricksDeltaLakeSource.

AzureDatabricksDeltaLakeSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, AzureDatabricksDeltaLakeExportCommand)

Inicializa uma nova instância da classe AzureDatabricksDeltaLakeSource.

AzureDatabricksDeltaLakeSource()

Inicializa uma nova instância da classe AzureDatabricksDeltaLakeSource.

public AzureDatabricksDeltaLakeSource();
Public Sub New ()

Aplica-se a

AzureDatabricksDeltaLakeSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, AzureDatabricksDeltaLakeExportCommand)

Inicializa uma nova instância da classe AzureDatabricksDeltaLakeSource.

public AzureDatabricksDeltaLakeSource(System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object sourceRetryCount = default, object sourceRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object query = default, Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand exportSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeExportCommand -> Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeSource
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sourceRetryCount As Object = Nothing, Optional sourceRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional query As Object = Nothing, Optional exportSettings As AzureDatabricksDeltaLakeExportCommand = Nothing)

Parâmetros

additionalProperties
IDictionary<String,Object>

As propriedades sem correspondência da mensagem são desserializadas nesta coleção

sourceRetryCount
Object

Contagem de repetições de origem. Tipo: inteiro (ou Expressão com inteiro resultType).

sourceRetryWait
Object

Espera de repetição de origem. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType), padrão: ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).

maxConcurrentConnections
Object

A contagem máxima de conexões simultâneas para o armazenamento de dados de origem. Tipo: inteiro (ou Expressão com inteiro resultType).

disableMetricsCollection
Object

Se for true, desabilite a coleta de métricas do armazenamento de dados. O padrão é false. Tipo: booliano (ou Expression com resultType boolean).

query
Object

Consulta Do Delta Lake Sql do Azure Databricks. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

exportSettings
AzureDatabricksDeltaLakeExportCommand

Configurações de exportação do Delta Lake do Azure Databricks.

Aplica-se a