Freigeben über


DelimitedTextSink Konstruktoren

Definition

Überlädt

DelimitedTextSink()

Initialisiert eine neue instance der DelimitedTextSink-Klasse.

DelimitedTextSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, StoreWriteSettings, DelimitedTextWriteSettings)

Initialisiert eine neue instance der DelimitedTextSink-Klasse.

DelimitedTextSink()

Initialisiert eine neue instance der DelimitedTextSink-Klasse.

public DelimitedTextSink();
Public Sub New ()

Gilt für:

DelimitedTextSink(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, StoreWriteSettings, DelimitedTextWriteSettings)

Initialisiert eine neue instance der DelimitedTextSink-Klasse.

public DelimitedTextSink(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, Microsoft.Azure.Management.DataFactory.Models.StoreWriteSettings storeSettings = default, Microsoft.Azure.Management.DataFactory.Models.DelimitedTextWriteSettings formatSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DelimitedTextSink : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.StoreWriteSettings * Microsoft.Azure.Management.DataFactory.Models.DelimitedTextWriteSettings -> Microsoft.Azure.Management.DataFactory.Models.DelimitedTextSink
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 storeSettings As StoreWriteSettings = Nothing, Optional formatSettings As DelimitedTextWriteSettings = Nothing)

Parameter

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Auflistung deserialisiert.

writeBatchSize
Object

Schreibbatchgröße. Type: integer (oder Expression with resultType integer), minimum: 0.

writeBatchTimeout
Object

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

sinkRetryCount
Object

Senke-Wiederholungsanzahl. Type: integer (oder Expression with resultType integer).

sinkRetryWait
Object

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

maxConcurrentConnections
Object

Die maximale Anzahl gleichzeitiger Verbindungen für den Senkendatenspeicher. Type: integer (oder Expression with resultType integer).

disableMetricsCollection
Object

Wenn true, deaktivieren Sie die Sammlung von Datenspeichermetriken. Der Standardwert ist "false". Typ: boolean (oder Ausdruck mit resultType boolean).

storeSettings
StoreWriteSettings

Durch Trennzeichen getrennte Textspeichereinstellungen.

formatSettings
DelimitedTextWriteSettings

Einstellungen für das Textformat mit Trennzeichen.

Gilt für: