SnowflakeSource Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SnowflakeSource() |
Initialise une nouvelle instance de la classe SnowflakeSource. |
SnowflakeSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, SnowflakeExportCopyCommand) |
Initialise une nouvelle instance de la classe SnowflakeSource. |
SnowflakeSource()
Initialise une nouvelle instance de la classe SnowflakeSource.
public SnowflakeSource ();
Public Sub New ()
S’applique à
SnowflakeSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, SnowflakeExportCopyCommand)
Initialise une nouvelle instance de la classe SnowflakeSource.
public SnowflakeSource (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.SnowflakeExportCopyCommand exportSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.SnowflakeSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SnowflakeExportCopyCommand -> Microsoft.Azure.Management.DataFactory.Models.SnowflakeSource
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 SnowflakeExportCopyCommand = Nothing)
Paramètres
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- sourceRetryCount
- Object
Nombre de nouvelles tentatives de la source. Type : entier (ou Expression avec un entier resultType).
- sourceRetryWait
- Object
Attente de nouvelle tentative de la source. Type : chaîne (ou Expression avec chaîne resultType), modèle : ((\d+).) ? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).
- maxConcurrentConnections
- Object
Nombre maximal de connexions simultanées pour le magasin de données source. Type : entier (ou Expression avec un entier resultType).
- disableMetricsCollection
- Object
Si la valeur est true, désactivez la collecte des métriques du magasin de données. La valeur par défaut est false. Type : booléen (ou Expression avec resultType boolean).
- query
- Object
Requête Sql Snowflake. Type : chaîne (ou Expression avec chaîne resultType).
- exportSettings
- SnowflakeExportCopyCommand
Paramètres d’exportation snowflake.
S’applique à
Azure SDK for .NET