AnalysisDateTimeFormatConfiguration

data class AnalysisDateTimeFormatConfiguration(val dateTimeFormat: String? = null, val nullValueFormatConfiguration: AnalysisNullValueFormatConfiguration? = null, val numericFormatConfiguration: AnalysisNumericFormatConfiguration? = null)

Constructors

Link copied to clipboard
constructor(dateTimeFormat: String? = null, nullValueFormatConfiguration: AnalysisNullValueFormatConfiguration? = null, numericFormatConfiguration: AnalysisNumericFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dateTimeFormat: String? = null

Determines the DateTime format.

Link copied to clipboard

The options that determine the null value format configuration.

Link copied to clipboard

The formatting configuration for numeric DateTime fields.