DataModel

class DataModel

Data model for a batch load task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source to target mappings for dimensions.

Link copied to clipboard
Link copied to clipboard

Source to target mappings for measures.

Link copied to clipboard

Source to target mappings for multi-measure records.

Link copied to clipboard

Source column to be mapped to time.

Link copied to clipboard

The granularity of the timestamp unit. It indicates if the time value is in seconds, milliseconds, nanoseconds, or other supported values. Default is MILLISECONDS.

Functions

Link copied to clipboard
inline fun copy(block: DataModel.Builder.() -> Unit = {}): DataModel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String