We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b1e4a commit 772a5ecCopy full SHA for 772a5ec
Microsoft.Azure.Cosmos.Samples/Tools/CTL/Scenarios/ReadWriteQueryScenario.cs
@@ -178,7 +178,7 @@ private async Task ExecuteOperationsAsync(
178
operation: i,
179
partitionKeyAttributeName: config.CollectionPartitionKey,
180
containers: initializationResult.Containers,
181
- isContentResponseOnWriteEnabled: (bool)config.IsContentResponseOnWriteEnabled)),
+ isContentResponseOnWriteEnabled: config.IsContentResponseOnWriteEnabled.Value)),
182
onSuccess: () =>
183
{
184
concurrencyControlSemaphore.Release();
0 commit comments