Project Properties
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
constructor(allowFullScan: Boolean? = null, enableDecimal2: Boolean? = null, encryption: ProjectPropertiesEncryption? = null, retentionDays: Int? = null, sqlMeteringMax: String? = null, tableLifecycle: ProjectPropertiesTableLifecycle? = null, timezone: String? = null, typeSystem: String? = null)
Properties
Link copied to clipboard
Whether to allow full table scan.
Link copied to clipboard
Whether to turn on Decimal2.0.
Link copied to clipboard
Whether encryption is turned on. See encryption below.
Link copied to clipboard
Job default retention time.
Link copied to clipboard
SQL charge limit.
Link copied to clipboard
Life cycle of tables. See table_lifecycle below.
Link copied to clipboard
Type system.