analysisMethod

@JvmName(name = "etapbmyssbbmdglv")
suspend fun analysisMethod(value: Output<ConfiguredTableAnalysisMethod>)
@JvmName(name = "tbpwvmosbvsjybhx")
suspend fun analysisMethod(value: ConfiguredTableAnalysisMethod?)

Parameters

value

The analysis method for the configured table. DIRECT_QUERY allows SQL queries to be run directly on this table. DIRECT_JOB allows PySpark jobs to be run directly on this table. MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.