You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Option("ctl_output_event_traces",Required=false,HelpText="Outputs TraceSource to console")]
82
83
publicboolOutputEventTraces{get;set;}=false;
@@ -102,6 +103,12 @@ public string DiagnosticsThresholdDuration
102
103
[Option("ctl_telemetry_schedule_in_sec",Required=false,HelpText="telemetry task schedule time in sec")]
103
104
publicstringTelemetryScheduleInSeconds{get;set;}
104
105
106
+
[Option("ctl_reservoir_type",Required=false,HelpText="Defines the reservoir type. Valid values are: Uniform, SlidingWindow and ExponentialDecay. The default value is SlidingWindow.")]
Debug.Assert(partitionKeyDefinition!=null,"CosmosQueryExecutionContextFactory Assert!","PartitionKeyDefinition cannot be null if partitionKey is defined");
0 commit comments