AzureDataExplorerSink 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
AzureDataExplorerSink() |
Initialise une nouvelle instance de la classe AzureDataExplorerSink. |
AzureDataExplorerSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Initialise une nouvelle instance de la classe AzureDataExplorerSink. |
AzureDataExplorerSink()
Initialise une nouvelle instance de la classe AzureDataExplorerSink.
public AzureDataExplorerSink ();
Public Sub New ()
S’applique à
AzureDataExplorerSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object)
Initialise une nouvelle instance de la classe AzureDataExplorerSink.
public AzureDataExplorerSink (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object writeBatchSize = default, object writeBatchTimeout = default, object sinkRetryCount = default, object sinkRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object ingestionMappingName = default, object ingestionMappingAsJson = default, object flushImmediately = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDataExplorerSink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDataExplorerSink
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional writeBatchSize As Object = Nothing, Optional writeBatchTimeout As Object = Nothing, Optional sinkRetryCount As Object = Nothing, Optional sinkRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional ingestionMappingName As Object = Nothing, Optional ingestionMappingAsJson As Object = Nothing, Optional flushImmediately As Object = Nothing)
Paramètres
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- writeBatchSize
- Object
Écrire la taille du lot. Type : entier (ou Expression avec un entier resultType), minimum : 0.
- writeBatchTimeout
- Object
Écrire le délai d’expiration du lot. Type : chaîne (ou Expression avec chaîne resultType), modèle : ((\d+).) ? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).
- sinkRetryCount
- Object
Nombre de nouvelles tentatives du récepteur. Type : entier (ou Expression avec un entier resultType).
- sinkRetryWait
- Object
Attente de nouvelle tentative du récepteur. 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 récepteur. 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).
- ingestionMappingName
- Object
Nom d’un mappage csv précréé qui a été défini sur la table Kusto cible. Type : chaîne.
- ingestionMappingAsJson
- Object
Description explicite du mappage de colonnes fournie au format json. Type : chaîne.
- flushImmediately
- Object
Si la valeur est true, toute agrégation est ignorée. La valeur par défaut est false. Type : booléen.
S’applique à
Azure SDK for .NET