Freigeben über


TextFormat Klasse

Definition

Die im Textformat gespeicherten Daten.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TextFormat+TextFormatConverter))]
public class TextFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TextFormat+TextFormatConverter))>]
type TextFormat = class
    inherit DatasetStorageFormat
Public Class TextFormat
Inherits DatasetStorageFormat
Vererbung
Attribute

Konstruktoren

TextFormat()

Initialisiert eine neue instance von TextFormat.

Eigenschaften

AdditionalProperties

Zusätzliche Eigenschaften.

(Geerbt von DatasetStorageFormat)
ColumnDelimiter

Das Spaltentrennzeichen. Type: string (oder Expression with resultType string).

Deserializer

Deserialisierungsprogramm. Type: string (oder Expression with resultType string).

(Geerbt von DatasetStorageFormat)
EncodingName

Der Codepagename der bevorzugten Codierung. Bei Einem Fehler ist der Standardwert ΓÇ£utf-8ΓÇ«, es sei denn, BOM gibt eine andere Unicode-Codierung an. Informationen zum Festlegen unterstützter Werte finden Sie in der Spalte ΓÇ£NameΓÇ- der Tabelle im folgenden Link: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (oder Expression with resultType string).

EscapeChar

Das Escapezeichen. Type: string (oder Expression with resultType string).

FirstRowAsHeader

Behandeln Sie bei Verwendung als Eingabe die erste Datenzeile als Header. Wenn sie als Ausgabe verwendet werden, schreiben Sie die Header als erste Datenzeile in die Ausgabe. Der Standardwert ist „FALSE“. Typ: boolean (oder Expression with resultType boolean).

NullValue

Die NULL-Wertzeichenfolge. Type: string (oder Expression with resultType string).

QuoteChar

Das Anführungszeichen. Type: string (oder Expression with resultType string).

RowDelimiter

Das Zeilentrennzeichen. Type: string (oder Expression with resultType string).

Serializer

Serialisierungsprogramm. Type: string (oder Expression with resultType string).

(Geerbt von DatasetStorageFormat)
SkipLineCount

Die Anzahl der Zeilen, die beim Analysieren von Textdateien übersprungen werden sollen. Der Standardwert ist 0. Typ: integer (oder Expression with resultType integer).

TreatEmptyAsNull

Behandeln Sie leere Spaltenwerte in der Textdatei als NULL. Der Standardwert lautet „true“. Typ: boolean (oder Expression with resultType boolean).

Gilt für: