Which of the following functions completes the following code snippet to return a Spark DataFrame in a structured streaming query? ```scala spark.readStream.format("kafka") .option("kafka.bootstrap.servers", "...") .option("subscribe", "topic") ------ ``` | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz