ConnectionPolicy.QueryPlanGenerationMode Property
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.
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