DatascanDataProfileResultScannedDataIncrementalField

data class DatascanDataProfileResultScannedDataIncrementalField(val end: String? = null, val field: String? = null, val start: String? = null)

Constructors

constructor(end: String? = null, field: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String? = null

Value that marks the end of the range.

Link copied to clipboard
val field: String? = null

The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time. If not specified, a data scan will run for all data in the table.

Link copied to clipboard
val start: String? = null

Value that marks the start of the range.