ProjectProperties

data class ProjectProperties(val allowFullScan: Boolean? = null, val enableDecimal2: Boolean? = null, val encryption: ProjectPropertiesEncryption? = null, val retentionDays: Int? = null, val sqlMeteringMax: String? = null, val tableLifecycle: ProjectPropertiesTableLifecycle? = null, val timezone: String? = null, val typeSystem: String? = null)

Constructors

Link copied to clipboard
fun ProjectProperties(allowFullScan: Boolean? = null, enableDecimal2: Boolean? = null, encryption: ProjectPropertiesEncryption? = null, retentionDays: Int? = null, sqlMeteringMax: String? = null, tableLifecycle: ProjectPropertiesTableLifecycle? = null, timezone: String? = null, typeSystem: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowFullScan: Boolean? = null

Whether to allow full table scan.

Link copied to clipboard
val enableDecimal2: Boolean? = null

Whether to turn on Decimal2.0.

Link copied to clipboard

Whether encryption is turned on. See encryption below.

Link copied to clipboard
val retentionDays: Int? = null

Job default retention time.

Link copied to clipboard
val sqlMeteringMax: String? = null

SQL charge limit.

Link copied to clipboard

Life cycle of tables. See table_lifecycle below.

Link copied to clipboard
val timezone: String? = null

Project time zone.

Link copied to clipboard
val typeSystem: String? = null

Type system.