QueryPlanGenerationMode Enum

Definition

public enum QueryPlanGenerationMode
type QueryPlanGenerationMode = 
Public Enum QueryPlanGenerationMode
Inheritance
QueryPlanGenerationMode

Fields

DefaultWindowsX64NativeWithFallbackToGateway 0

The SDK will auto detect the environment and availability of the ServiceInterop and fallback to resolve the query plan as an HTTP request

GatewayOnly 2

The SDK will always go to gateway to get the query plan.

WindowsX64NativeOnly 1

The SDK will only use the local ServiceInterop to generate the query plan. The local ServiceInterop only works on Windows with application running in x64

Applies to