TypeConversionSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type conversion settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TypeConversionSettings+TypeConversionSettingsConverter))]
public class TypeConversionSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TypeConversionSettings+TypeConversionSettingsConverter))>]
type TypeConversionSettings = class
Public Class TypeConversionSettings
- Inheritance
-
TypeConversionSettings
- Attributes
Constructors
TypeConversionSettings() |
Initializes a new instance of TypeConversionSettings. |
Properties
AllowDataTruncation |
Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType boolean). |
Culture |
The culture used to convert data from/to string. Type: string (or Expression with resultType string). |
DateTimeFormat |
The format for DateTime values. Type: string (or Expression with resultType string). |
DateTimeOffsetFormat |
The format for DateTimeOffset values. Type: string (or Expression with resultType string). |
TimeSpanFormat |
The format for TimeSpan values. Type: string (or Expression with resultType string). |
TreatBooleanAsNumber |
Whether to treat boolean values as numbers. Type: boolean (or Expression with resultType boolean). |
Applies to
Azure SDK for .NET