Table of Contents

Enum QueryPlanGenerationMode

Namespace
Microsoft.Azure.Documents
Assembly
Microsoft.Azure.DocumentDB.Core.dll
public enum QueryPlanGenerationMode
Extension Methods

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