mode

@JvmName(name = "ljtckrounftdrpvi")
suspend fun mode(value: Output<String>)
@JvmName(name = "skqhpiodaoegbmha")
suspend fun mode(value: String?)

Parameters

value

Optional When set, what mode of hive partitioning to use when reading data. The following modes are supported. (1) AUTO: automatically infer partition key name(s) and type(s). (2) STRINGS: automatically infer partition key name(s). All types are interpreted as strings. (3) CUSTOM: partition key schema is encoded in the source URI prefix. Not all storage formats support hive partitioning. Requesting hive partitioning on an unsupported format will lead to an error. Currently supported types include: AVRO, CSV, JSON, ORC and Parquet.