Hop til hovedindhold

Spark.Tables

Returnerer en tabelliste over tabeller i den angivne Spark-klynge.

Syntax

Spark.Tables(
server as text,
protocol as SparkProtocol.Type,
optional options as record
) as table

Remarks

Returnerer en tabelliste over tabeller i Spark-klyngen host ved hjælp af protocol. Gyldige protokoller er:SparkProtocol.Standard, SparkProtocol.Azure, SparkProtocol.HTTP

Examples

Example #1

Vis tabellerne på en liste i en Azure Spark-instans.

Spark.Tables("contoso.azurehdinsight.net", SparkProtocol.Azure)