ConnectionPolicy.QueryPlanGenerationMode Property

Definition

Gets or sets a flag for query execution to control how the SDK instance will get the query plan. The ServiceInterop only works on Windows with application running in x64 and it allows the SDK to generate the query plan locally

public Microsoft.Azure.Documents.QueryPlanGenerationMode QueryPlanGenerationMode { get; set; }
member this.QueryPlanGenerationMode : Microsoft.Azure.Documents.QueryPlanGenerationMode with get, set
Public Property QueryPlanGenerationMode As QueryPlanGenerationMode

Property Value

The default value is to auto detect the environment and availability of the ServiceInterop and fallback to resolve the query plan as an HTTP request

Applies to