QueryPlanGenerationMode Enum

Definition

C#
public enum QueryPlanGenerationMode
Inheritance
QueryPlanGenerationMode

Fields

Name Value Description
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

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

GatewayOnly 2

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

Applies to

Product Versions
Azure SDK for .NET Latest