SparkProtocol.HTTP (2) is an enumeration that specifies the protocol to use when connecting to an instance of Spark. It is a member of the SparkProtocol.Type and represents an optional parameter for the HTTP protocol.
Examples
Spark.Tables( "http://example.com:10000/cliservice", SparkProtocol.HTTP )
Spark.Tables( "http://example.com:10000/cliservice", 2 )
Related enumerations
Other related enumerations are:
Applies to
Here’s a list of functions that work with SparkProtocol.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy