Freigeben über


TypeConversionSettings Klasse

Typkonvertierungseinstellungen.

Vererbung
azure.mgmt.datafactory._serialization.Model
TypeConversionSettings

Konstruktor

TypeConversionSettings(*, allow_data_truncation: MutableMapping[str, Any] | None = None, treat_boolean_as_number: MutableMapping[str, Any] | None = None, date_time_format: MutableMapping[str, Any] | None = None, date_time_offset_format: MutableMapping[str, Any] | None = None, time_span_format: MutableMapping[str, Any] | None = None, culture: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameter

Name Beschreibung
allow_data_truncation
<xref:JSON>

Gibt an, ob beim Konvertieren der Daten das Abschneiden von Daten zugelassen werden soll. Typ: boolean (oder Expression with resultType boolean).

treat_boolean_as_number
<xref:JSON>

Gibt an, ob boolesche Werte als Zahlen behandelt werden sollen. Typ: boolean (oder Expression with resultType boolean).

date_time_format
<xref:JSON>

Das Format für DateTime-Werte. Type: string (oder Expression with resultType string).

date_time_offset_format
<xref:JSON>

Das Format für DateTimeOffset-Werte. Type: string (oder Expression with resultType string).

time_span_format
<xref:JSON>

Das Format für TimeSpan-Werte. Type: string (oder Expression with resultType string).

culture
<xref:JSON>

Die Kultur, die zum Konvertieren von Daten aus/in Zeichenfolgen verwendet wird. Type: string (oder Expression with resultType string).

Variablen

Name Beschreibung
allow_data_truncation
<xref:JSON>

Gibt an, ob beim Konvertieren der Daten das Abschneiden von Daten zugelassen werden soll. Typ: boolean (oder Expression with resultType boolean).

treat_boolean_as_number
<xref:JSON>

Gibt an, ob boolesche Werte als Zahlen behandelt werden sollen. Typ: boolean (oder Expression with resultType boolean).

date_time_format
<xref:JSON>

Das Format für DateTime-Werte. Type: string (oder Expression with resultType string).

date_time_offset_format
<xref:JSON>

Das Format für DateTimeOffset-Werte. Type: string (oder Expression with resultType string).

time_span_format
<xref:JSON>

Das Format für TimeSpan-Werte. Type: string (oder Expression with resultType string).

culture
<xref:JSON>

Die Kultur, die zum Konvertieren von Daten aus/in Zeichenfolgen verwendet wird. Type: string (oder Expression with resultType string).