ImpalaThriftTransportProtocol Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The transport protocol to use in the Thrift layer (for V2 only). Default value is Binary.
public enum ImpalaThriftTransportProtocol
type ImpalaThriftTransportProtocol =
Public Enum ImpalaThriftTransportProtocol
- Inheritance
-
ImpalaThriftTransportProtocol
Fields
| Name | Value | Description |
|---|---|---|
| Binary | 0 | Binary. |
| Http | 1 | HTTP. |