We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b92c1 commit b99390eCopy full SHA for b99390e
Microsoft.Azure.Cosmos/src/RequestOptions/QueryRequestOptions.cs
@@ -49,7 +49,7 @@ public class QueryRequestOptions : RequestOptions
49
/// <value>
50
/// Direct (optimistic) execution offers improved performance for several kinds of queries such as a single partition streaming query.
51
/// </value>
52
- internal bool EnableOptimisticDirectExecution { get; set; } = false;
+ internal bool EnableOptimisticDirectExecution { get; set; }
53
54
/// <summary>
55
/// Gets or sets the maximum number of items that can be buffered client side during
0 commit comments