PolybaseSettingsArgs

data class PolybaseSettingsArgs(val rejectSampleValue: Output<Any>? = null, val rejectType: Output<Either<String, PolybaseSettingsRejectType>>? = null, val rejectValue: Output<Any>? = null, val useTypeDefault: Output<Any>? = null) : ConvertibleToJava<PolybaseSettingsArgs>

PolyBase settings.

Constructors

Link copied to clipboard
constructor(rejectSampleValue: Output<Any>? = null, rejectType: Output<Either<String, PolybaseSettingsRejectType>>? = null, rejectValue: Output<Any>? = null, useTypeDefault: Output<Any>? = null)

Properties

Link copied to clipboard
val rejectSampleValue: Output<Any>? = null

Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard
val rejectType: Output<Either<String, PolybaseSettingsRejectType>>? = null

Reject type.

Link copied to clipboard
val rejectValue: Output<Any>? = null

Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.

Link copied to clipboard
val useTypeDefault: Output<Any>? = null

Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).

Functions

Link copied to clipboard
open override fun toJava(): PolybaseSettingsArgs